Back to Devexpress

ViewCreatingEventArgs.ObjectSpace Property

expressappframework-devexpress-dot-expressapp-dot-viewcreatingeventargs.md

latest1.4 KB
Original Source

ViewCreatingEventArgs.ObjectSpace Property

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public IObjectSpace ObjectSpace { get; }
vb
Public ReadOnly Property ObjectSpace As IObjectSpace

Property Value

TypeDescription
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

ViewCreatingEventArgs Class

ViewCreatingEventArgs Members

DevExpress.ExpressApp Namespace