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

XPBindingSource.Count Property

Gets the number of items the data source contains.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Property Value

Type Description
Int32

The number of items in the data source.

See Also