Skip to main content
All docs
V20.1
.NET Framework 4.5.2+

NonPersistentObjectSpace.AdditionalObjectSpaces Property

Gets the list of Object Spaces required to handle persistent objects that may be displayed from a non-persistent object‘s View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IList<IObjectSpace> AdditionalObjectSpaces { get; }

Property Value

Type Description
IList<IObjectSpace>

An IList<T> collection of Object Spaces required to handle persistent objects that may be displayed from a non-persistent object’s View.

Remarks

An example of using this property is provided in the How to: Show Persistent Objects in a Non-Persistent Object’s View topic.

See Also