Skip to main content
.NET 6.0+

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