Skip to main content
.NET 6.0+

ObjectCreatingEventArgs.ObjectSpace Property

Specifies an Object Space used to create a new object.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IObjectSpace ObjectSpace { get; set; }

Property Value

Type Description
IObjectSpace

An IObjectSpace object that is the Object Space used to create a new object.

See Also