Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ListViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.ListViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.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