Skip to main content
.NET Framework 4.5.2+

ViewRecord.View Property

Gets the view to which this record belongs.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPView View { get; }

Property Value

Type Description
XPView

An XPView object which represents the view to which this record belongs.

See Also