Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

CompositeObjectSpace.GetObject(Object) Method

Retrieves an object from another Object Space to the current Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override object GetObject(
    object objectFromDifferentObjectSpace
)

Parameters

Name Type Description
objectFromDifferentObjectSpace Object

An object in another Object Space that should to be retrieved to the current Object Space.

Returns

Type Description
Object

An object retrieved from another Object Space.

See Also