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

    IObjectRecordSupport.GetObjectRecordByObject(Object) Method

    Returns the ObjectRecord wrapper of the specified object.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    ObjectRecord GetObjectRecordByObject(
        object obj
    )

    Parameters

    Name Type Description
    obj Object

    An object whose wrapper this method returns.

    Returns

    Type Description
    ObjectRecord

    The specified object’s wrapper.

    See Also