Skip to main content

IObjectSpace.CreateNestedObjectSpace() Method

Creates a nested Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IObjectSpace CreateNestedObjectSpace()

Returns

Type Description
IObjectSpace

An IObjectSpace object that is a created nested Object Space.

Remarks

This method is intended for creating a nested Object Space - an Object Space that implements the INestedObjectSpace interface. For details, refer to the XPObjectSpace.CreateNestedObjectSpace method description.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CreateNestedObjectSpace() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also