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
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | An object whose wrapper this method returns. |
Returns
| Type | Description |
|---|---|
| ObjectRecord | The specified object’s wrapper. |
See Also