BlazorApplication.CreateDetailView(IObjectSpace, String, Boolean, Object, Boolean, IEnumerable) Method
In This Article
For internal use.
Namespace: DevExpress.ExpressApp.Blazor
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
#Declaration
public override DetailView CreateDetailView(
IObjectSpace objectSpace,
string detailViewID,
bool isRoot,
object obj,
bool isDelayedObjectLoading,
IEnumerable objectsToPrefetch = null
)
#Parameters
Name | Type |
---|---|
object |
IObject |
detail |
String |
is |
Boolean |
obj | Object |
is |
Boolean |
#Optional Parameters
Name | Type | Default |
---|---|---|
objects |
IEnumerable | null |
#Returns
Type |
---|
Detail |
See Also