Skip to main content
A newer version of this page is available.
All docs
V19.1

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.v19.1.dll

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