Skip to main content
A newer version of this page is available. .

ListViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.ListViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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