ObjectCreatingEventArgs.ObjectSpace Property
In This Article
Specifies an Object Space used to create a new object.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IObjectSpace ObjectSpace { get; set; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
See Also