Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs.ListViewModel Property

Specifies the Application Model‘s node containing information on the currently displayed List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IModelListView ListViewModel { get; }

Property Value

Type Description
IModelListView

An IModelListView node, containing information on the currently displayed List View.

See Also