Skip to main content
.NET 8.0+

XPBindingSource.Count Property

Gets the number of items the data source contains.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.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