Name | Description | |
---|---|---|
AddNew | Adds a new item to the underlying collection. | |
CancelEdit | Ends the edit transaction and, if it is possible, restores the original value of the item. | |
CancelNew | Ends the add transaction and discards the pending new item. | |
CommitEdit | Ends the edit transaction and saves the pending changes. | |
CommitNew | Ends the add transaction and saves the pending new item. | |
Contains | Returns a value that indicates whether the specified item belongs to this view. | |
DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. | |
EditItem | Begins an edit transaction on the specified item. | |
GetEnumerator | Returns an System.Collections.IEnumerator object that you can use to enumerate the items in the view. | |
MoveCurrentTo | Sets the specified item to be the System.Windows.Data.PagedCollectionView.CurrentItem in the view. | |
MoveCurrentToFirst | Sets the first item in the view as the System.Windows.Data.PagedCollectionView.CurrentItem. | |
MoveCurrentToLast | Sets the last item in the view as the System.Windows.Data.PagedCollectionView.CurrentItem. | |
MoveCurrentToNext | Set the item after the System.Windows.Data.PagedCollectionView.CurrentItem in the view as the System.Windows.Data.PagedCollectionView.CurrentItem. | |
MoveCurrentToPosition | Sets the item at the specified index to be the System.Windows.Data.PagedCollectionView.CurrentItem in the view. | |
MoveCurrentToPrevious | Sets the item before the System.Windows.Data.PagedCollectionView.CurrentItem in the view as the System.Windows.Data.PagedCollectionView.CurrentItem. | |
MoveToFirstPage | Sets the first page as the current page. | |
MoveToLastPage | Sets the last page as the current page. | |
MoveToNextPage | Sets the next page as the current page. | |
MoveToPage | Moves to the page at the specified index. | |
MoveToPreviousPage | Sets the previous page as the current page. | |
Refresh | Re-creates the view. | |
Remove | Removes the specified item from the collection. | |
RemoveAt | Removes the item at the specified position from the collection. |