Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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