Skip to main content
All docs
V18.2

XafApplication.CreateDetailView(IObjectSpace, String, Boolean, Object, Boolean) Method

For internal use.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public virtual DetailView CreateDetailView(
    IObjectSpace objectSpace,
    string detailViewID,
    bool isRoot,
    object obj,
    bool isDelayedObjectLoading
)

Parameters

Name Type
objectSpace IObjectSpace
detailViewID String
isRoot Boolean
obj Object
isDelayedObjectLoading Boolean

Returns

Type
DetailView
See Also