ListViewCreatedEventArgs.ListView Property
In This Article
Specifies the List View to be customized in the XafApplication.ListViewCreated event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
When handling the XafApplication.ListViewCreated event, use this property to access the just created List View and customize it.
See Also