ListViewCreatedEventArgs Class
Represents arguments passed to the XafApplication.ListViewCreated event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The ListViewCreatedEventArgs class declares the ListViewCreatedEventArgs.ListView property specific to the XafApplication.ListViewCreated event which is designed to customize a newly created List View.
Inheritance
Object
EventArgs
ViewCreatedEventArgs
ListViewCreatedEventArgs
See Also