DXCollectionView.ItemCount Property
In This Article
Gets the number of data items in the view.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public int ItemCount { get; }
#Property Value
Type | Description |
---|---|
Int32 | The number of data items in the Collection |
See Also