Skip to main content
.NET 6.0+

ListViewCreatingEventArgs.View Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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