Skip to main content
.NET 6.0+

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

For internal use.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Parameters

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

Optional Parameters

Name Type Default
objectsToPrefetch IEnumerable null

Returns

Type
DetailView
See Also