DataViewRecord.View Property
In This Article
Gets the data view to which the current record belongs.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPDataView View { get; }
#Property Value
Type | Description |
---|---|
XPData |
An XPData |
See Also