Skip to main content
.NET 6.0+

XPView.Count Property

Gets the number of records within the view.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public int Count { get; }

Property Value

Type Description
Int32

An integer value which specifies the number of records within the view.

See Also