Skip to main content
A newer version of this page is available. .

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.v19.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