Client-Side API Reference > CollectionView > IPagedCollectionView Interface |
Gets the number of items in the view taking paging into account.
To get the total number of items, use the totalItemCount property.
Notice that this is different from the .NET IPagedCollectionView, where itemCount and totalItemCount both return the count before paging is applied.
Gets the total number of items in the view before paging is applied.
To get the number of items in the current view not taking paging into account, use the itemCount property.
Notice that this is different from the .NET IPagedCollectionView, where itemCount and totalItemCount both return the count before paging is applied.
Defines methods and properties that extend ICollectionView to provide paging capabilities.