XafApplication.CreateDetailView(Object) Method
In This Article
For internal use. We recommend to use the CreateDetailView(IObjectSpace, Object) overload instead.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
public DetailView CreateDetailView(
object obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object whose Detail View will be created. This object will be passed to the Detail |
#Returns
Type | Description |
---|---|
Detail |
A Detail View of the object passed as the obj parameter. |
See Also