Name | Description | |
---|---|---|
![]() | AddNew | Adds a new item to the underlying data source. |
![]() | CancelEdit | Cancels the edit process. |
![]() | CancelNew | Discards the new item added through a call to the AddNew method before it is committed. |
![]() | CommitEdit | Commits the modifications made to the item in the underlying data source that is being edited. |
![]() | CommitNew | Commits the new item to the underlying data source. |
![]() | Contains | (Inherited from System.Windows.Data.CollectionView) |
![]() | DeferRefresh | Overridden. Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. |
![]() | DetachFromSourceCollection | (Inherited from System.Windows.Data.CollectionView) |
![]() | EditItem | Edits the specified item in the underlying data source. |
![]() | GetItemAt | (Inherited from System.Windows.Data.CollectionView) |
![]() | IndexOf | (Inherited from System.Windows.Data.CollectionView) |
![]() | MoveCurrentTo | Overridden. Sets the specified item as the new CurrentItem. |
![]() | MoveCurrentToFirst | Overridden. Sets the first item in the view as the new CurrentItem. |
![]() | MoveCurrentToLast | Overridden. Sets the last item in the view as the new CurrentItem. |
![]() | MoveCurrentToNext | Overridden. Sets the next item in the view as the new CurrentItem. |
![]() | MoveCurrentToPosition | (Inherited from System.Windows.Data.CollectionView) |
![]() | MoveCurrentToPrevious | Overridden. Sets the previous item in the view as the new CurrentItem. |
![]() | PassesFilter | Overridden. Returns a value indicating whether the specified item in the underlying data source passes the filtering criteria, and is therefore included in the view. |
![]() | Refresh | Overridden. Recreates the view. |
![]() | Remove | |
![]() | RemoveAt | Removes the item at the specified index from the underlying data source. |