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

ListViewCreatingEventArgs.View Property

Specifies a custom List View created in a XafApplication.ListViewCreating event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public ListView View { get; set; }

Property Value

Type Description
ListView

A ListView object to be created.

Remarks

When handling the XafApplication.ListViewCreating event, assign the created List View to this property.

See Also