Skip to main content
.NET 6.0+

ViewCreatingEventArgs.ObjectSpace Property

Returns the Object Space to be used when creating a new View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IObjectSpace ObjectSpace { get; }

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