DetailViewCreatingEventArgs.Obj Property
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
Property Value
Type | Description |
---|---|
Object | An object which will be represented by the new Detail View. |
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