Skip to main content

DXCollectionView.ScrollItemCount Property

Gets the total number of items displayed in the collection view.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public int ScrollItemCount { get; }

Property Value

Type Description
Int32

The total number of items displayed in the collection view.

Remarks

The ScrollItemCount property returns the total number of group headers (if data is grouped), data items that are not hidden within collapsed groups, and also includes header and/or footer (if enabled).

See Also