Name | Description | |
---|---|---|
CanAdd | Gets a value indicating whether the Add method is supported. | |
CanChangePage | Gets a value that indicates whether the PageIndex value can change. | |
CanRemove | Gets a value that indicates whether an item can be removed from the collection. | |
CollectionViewFactory | Gets an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. | |
Count | Gets the number of elements contained in the ClientCollectionView. | |
CurrentItem | Gets the current item in the view. | |
CurrentPosition | Gets the ordinal position of the CurrentItem within the collection view. | |
IsEmpty | Returns a value that indicates whether the resulting view is empty. | |
IsPageChanging | Gets a value that indicates whether the page index is changing. | |
Item | Gets the element at the specified index. | |
ItemProperties | Gets a collection that contains information about the properties that are available on the items in this ClientCollectionView. | |
PageCount | Gets the count of the pages in this view. | |
PageIndex | Gets the zero-based index of the current page. | |
PageSize | Gets or sets the number of items to display on a page. | |
TotalItemCount | Gets the total number of items in the view before paging is applied. |