Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

IModelDetailView GetDefaultDetailView<T>()

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