XafApplication.CreateDetailView(IObjectSpace, String, Boolean, Object, Boolean, IEnumerable) Method
For internal use.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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