DetailView(IObjectSpace, Func<CancellationToken, Task<Object>>, XafApplication, Boolean, IEnumerable) Constructor
In This Article
Initializes a new instance of the DetailView class with specified settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public DetailView(
IObjectSpace objectSpace,
Func<CancellationToken, Task<object>> loader,
XafApplication application,
bool isRoot,
IEnumerable objectsToPrefetch
)
#Parameters
Name | Type | Description |
---|---|---|
object |
IObject |
An IObject |
loader | Func<Cancellation |
|
application | Xaf |
An Xaf |
is |
Boolean | true to create a root Detail View; otherwise, false. This value is assigned to the View. |
objects |
IEnumerable |
See Also