Skip to main content

DXCollectionView.ItemCount Property

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 CollectionView.

See Also