Skip to main content
.NET 6.0+

IObjectRecordSupport.GetObjectRecordByObject(Object) Method

Returns the ObjectRecord wrapper of the specified object.

Namespace: DevExpress.ExpressApp

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