Skip to main content
All docs
V25.1
  • .NET 8.0+

    XafApplication.CreateDetailViewWithAsyncObjectLoad(IObjectSpace, Object, Object) Method

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.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