Namespace:DevExpress.ExpressApp
Assembly:DevExpress.ExpressApp.v18.2.dll

Syntax
C# |
public class ListViewCreatedEventArgs : ViewCreatedEventArgs
|
VB |
Public Class ListViewCreatedEventArgs Inherits ViewCreatedEventArgs
|

Remarks
The ListViewCreatedEventArgs class declares the ListView property specific to the XafApplication.ListViewCreated event which is designed to customize a newly created List View.

Inheritance Hierarchy
System.Object
System.EventArgs
ViewCreatedEventArgs
ListViewCreatedEventArgs

See Also