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.
Occurs after the page index changes.
Occurs before the page index changes.
Gets the total number of items in the view before paging is applied.
To get the number of items in the current view 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.