ViewCreatingEventArgs.ObjectSpace Property
Returns the Object Space to be used when creating a new View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IObjectSpace | An IObjectSpace object that represents an Object Space for the new View. |
Remarks
Use this property value when creating a new View.
See Also