Skip to main content
.NET 6.0+

XPBindingSource.Count Property

Gets the number of items the data source contains.

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

The number of items in the data source.

See Also