ViewCreatingEventArgs.ObjectSpace Property
In This Article
Returns the Object Space to be used when creating a new View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IObjectSpace ObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
#Remarks
Use this property value when creating a new View.
See Also