Back to Devexpress

DynamicCollectionBase.ObjectSpace Property

expressappframework-devexpress-dot-expressapp-dot-dynamiccollectionbase-6853e0f0.md

latest1.2 KB
Original Source

DynamicCollectionBase.ObjectSpace Property

Returns the Object Space used to manipulate the collection’s objects.

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 Object Space used to manipulate the collection’s objects.

|

See Also

DynamicCollectionBase Class

DynamicCollectionBase Members

DevExpress.ExpressApp Namespace