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 DataGridCollectionViewBase) | |
CancelNew | Discards the new item added through a call to the AddNew method before it is committed. (Inherited from 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 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 DataGridCollectionViewBase) | |
DetachFromSourceCollection | (Inherited from DataGridCollectionViewBase) | |
EditItem | Edits the specified item in the underlying data source. (Inherited from DataGridCollectionViewBase) | |
GetDistinctValues | Retrieves the distinct values for the column that has the specified field name. (Inherited from 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 DataGridCollectionViewBase) | |
Refresh | Recreates the view. (Inherited from DataGridCollectionViewBase) | |
Remove | (Inherited from DataGridCollectionViewBase) | |
RemoveAt | Removes the item at the specified index from the underlying data source. (Inherited from DataGridCollectionViewBase) |