Skip to main content
.NET 6.0+

XafDataViewRecord.DataView Property

Gets the XafDataView object that contains the current XafDataViewRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public XafDataView DataView { get; }

Property Value

Type Description
XafDataView

The XafDataView object that contains the current XafDataViewRecord.

See Also