IModelViews.GetDefaultDetailView<T>() Method
Provides access to the Detail View displayed for objects of a specific type in any scenario, by default.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Type Parameters
| Name |
|---|
| T |
Returns
| Type | Description |
|---|---|
| IModelDetailView | An IModelDetailView object representing the DetailView node corresponding to the Detail View that is displayed for objects of a specific type in any scenario, by default. |
See Also