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

CreateCustomCurrentObjectDetailViewEventArgs.ListViewModel Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public IModelListView ListViewModel { get; }

Property Value

Type Description
IModelListView

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

See Also