Skip to main content
All docs
V23.2
.NET 6.0+

CompositeObjectSpace.GetObject(Object) Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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