Skip to main content
All docs
V24.1
.NET 6.0+

XafApplication.CreateDetailViewWithAsyncObjectLoad(IObjectSpace, Object, Object) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DetailView CreateDetailViewWithAsyncObjectLoad(
    IObjectSpace objectSpace,
    object obj,
    object objectKey
)

Parameters

Name Type
objectSpace IObjectSpace
obj Object
objectKey Object

Returns

Type
DetailView
See Also