Skip to main content
.NET 6.0+

IObjectRecord.ObjectType Property

Gets a type of an original business object wrapped in XafDataViewRecord or ObjectRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

Type ObjectType { get; }

Property Value

Type Description
Type

The Type of an original business object wrapped in XafDataViewRecord or ObjectRecord.

See Also