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

ViewCreatingEventArgs.ObjectSpace Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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