Back to Devexpress

DXCollectionView.ScrollItemCount Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-d006a869.md

latest1.1 KB
Original Source

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

csharp
public int ScrollItemCount { get; }

Property Value

TypeDescription
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

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace