Skip to main content
All docs
V25.1
  • .NET 8.0+

    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

    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