Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPDataView.Count Property

Gets the number of records within the data view.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

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

Property Value

Type Description
Int32

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

See Also