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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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