C1.Silverlight.DataGrid.Data Namespace : BaseCollectionView Class |
For a list of all members of this type, see BaseCollectionView members.
Name | Description | |
---|---|---|
![]() | AddNew | Adds a new item to the underlying collection. |
![]() | CancelEdit | Ends the edit transaction and, if 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 | Indicates whether the specified item belongs to this collection 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 enumerator that iterates through a collection. |
![]() | MoveCurrentTo | Sets the specified item in the view as the System.ComponentModel.ICollectionView.CurrentItem. |
![]() | MoveCurrentToFirst | Sets the first item in the view as the System.ComponentModel.ICollectionView.CurrentItem. |
![]() | MoveCurrentToLast | Sets the last item in the view as the System.ComponentModel.ICollectionView.CurrentItem. |
![]() | MoveCurrentToNext | Sets the item after the System.ComponentModel.ICollectionView.CurrentItem in the view as the System.ComponentModel.ICollectionView.CurrentItem. |
![]() | MoveCurrentToPosition | Sets the item at the specified index to be the System.ComponentModel.ICollectionView.CurrentItem in the view. |
![]() | MoveCurrentToPrevious | Sets the item before the System.ComponentModel.ICollectionView.CurrentItem in the view to the System.ComponentModel.ICollectionView.CurrentItem. |
![]() | MoveToFirstPage | Sets the first page as the current page. |
![]() | MoveToLastPage | Sets the last page as the current page. |
![]() | MoveToNextPage | Moves to the page after the current page. |
![]() | MoveToPage | Moves to the page at the specified index. |
![]() | MoveToPreviousPage | Moves to the page before the current page. |
![]() | Refresh | Recreates the view. |
![]() | Remove | Removes the specified item from the collection. |
![]() | RemoveAt | Removes the item at the specified position from the collection. |