Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafDataViewRecord.ObjectType Property

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

Namespace: DevExpress.ExpressApp

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