DetailViewCreatingEventArgs.Obj Property
In This Article
Returns the object that represents a current object for the Detail View to be the created.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
When handling the XafApplication.DetailViewCreating event, use this property value to specify an object to be represented by the new Detail View.
See Also