Skip to main content
.NET 6.0+

DataViewRecord.View Property

Gets the data view to which the current record belongs.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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