Skip to main content
.NET 6.0+

ListViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.ListViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class ListViewCreatedEventArgs :
    ViewCreatedEventArgs

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