CompositeObjectSpace.GetObject(Object) Method
In This Article
Retrieves an object from another Object Space to the current Object Space.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
object |
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