Back to Devexpress

DXCollectionView.VisibleItemCount Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-605a46c3.md

latest1.1 KB
Original Source

DXCollectionView.VisibleItemCount Property

Gets the total number of items displayed in the view.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public int VisibleItemCount { get; }

Property Value

TypeDescription
Int32

The number of rows displayed in the CollectionView.

|

Remarks

The VisibleItemCount property returns the total number of group headers (if data is grouped) and data items that are not hidden within collapsed groups, including items outside the current viewport.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace