Skip to main content
.NET 6.0+

XafDataViewRecord.ObjectType Property

Gets the type of an original business object that are queried by XafDataViewRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Type ObjectType { get; }

Property Value

Type Description
Type

The Type of an original business object that are queried by the data view.

Implements

See Also