Back to Devexpress

DataViewRecord.View Property

xpo-devexpress-dot-xpo-dot-dataviewrecord.md

latest1003 B
Original Source

DataViewRecord.View Property

Gets the data view to which the current record belongs.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPDataView View { get; }
vb
Public ReadOnly Property View As XPDataView

Property Value

TypeDescription
XPDataView

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

|

See Also

DataViewRecord Class

DataViewRecord Members

DevExpress.Xpo Namespace