Skip to main content

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.v26.1.dll

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