CompositeObjectSpace.GetObject(Object) Method
Retrieves an object from another Object Space to the current Object Space.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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