Name | Description | |
---|---|---|
![]() | AddNew | Adds a new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CancelEdit | Cancels the edit process. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CancelNew | Discards the new item added through a call to the AddNew method before it is committed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommitAll | Raises the CommitItems event for each page with modified data even if those pages are not being released from memory. |
![]() | CommitEdit | Commits the modifications made to the item in the underlying data source that is being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommitNew | Overridden. Commits the new item to the underlying data source. |
![]() | Contains | Overridden. Returns a value indicating whether the specified item exists in the collection. |
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | DetachFromSourceCollection | (Inherited from System.Windows.Data.CollectionView) |
![]() | EditItem | Edits the specified item in the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | GetItemAt | Overridden. Retrieves the item at the specified index in the view. |
![]() | IndexOf | Overridden. Returns the zero-based index of the specified item. |
![]() | MoveCurrentTo | Overridden. |
![]() | MoveCurrentToFirst | Overridden. |
![]() | MoveCurrentToLast | Overridden. |
![]() | MoveCurrentToNext | Overridden. |
![]() | MoveCurrentToPosition | Overridden. Sets the item at the specified index as the new CurrentItem. |
![]() | MoveCurrentToPrevious | Overridden. |
![]() | PassesFilter | Returns a value indicating whether the specified item in the underlying data source passes the filtering criteria, and is therefore included in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Refresh | Recreates the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Remove | (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | RemoveAt | Removes the item at the specified index from the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |