Skip to main content
A newer version of this page is available. .

ObjectCreatingEventArgs.ObjectSpace Property

Specifies an Object Space used to create a new object.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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