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) | |
CommitEdit | Commits the modifications made to the item in the underlying data source that is being edited. (Inherited from DataGridCollectionViewBase) | |
CommitNew | Commits the new item to the underlying data source. (Inherited from DataGridCollectionViewBase) | |
Contains | Overridden. Returns a value indicating whether the specified item exists in the collection. | |
DeferGroupStatsUpdate | Enables the processing of batch updates to source items (e.g. via a call to ResetItem() in a loop), and waits until all items have been processed before recalculating StatFunctions at group levels. | |
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 | Sets the specified item as the new CurrentItem. (Inherited from DataGridCollectionViewBase) | |
MoveCurrentToFirst | Sets the first item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase) | |
MoveCurrentToLast | Sets the last item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase) | |
MoveCurrentToNext | Sets the next item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase) | |
MoveCurrentToPosition | Overridden. Sets the item at the specified index as the new CurrentItem. | |
MoveCurrentToPrevious | Sets the previous item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase) | |
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) | |
RefreshDistinctValuesForFieldName | Refreshes the distinct values of the passed field name. | |
RefreshUnboundItemProperties | Overloaded. Allows refreshing all values associated to a DataGridUnboundItemProperty on the data object or list passed in parameter without having to refresh the whole DataGridCollectionView. | |
Remove | Removes the specified item from the underlying data source. (Inherited from DataGridCollectionViewBase) | |
RemoveAt | Overridden. Removes the item at the specified index from the underlying data source. | |
ResetItem | Ensures an item is re-grouped, re-sorted, and re-filtered, and that its associated StatFunction is recalculated. | |
ResetItems | Ensures items are re-grouped, re-sorted, re-filtered, and their associated StatFunction recalculated. |