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

IModelViews.GetDefaultListView<T>() Method

Provides access to the List View displayed for objects of a specific type in any scenario, by default.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

IModelListView GetDefaultListView<T>()

Type Parameters

Name
T

Returns

Type Description
IModelListView

An IModelListView object representing the ListView node corresponding to the List View that is displayed for objects of a specific type in any scenario, by default.

See Also