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

DataViewRecord.View Property

Gets the data view to which the current record belongs.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPDataView View { get; }

Property Value

Type Description
XPDataView

An XPDataView object representing the data view that owns the current record.

See Also