Xceed DataGrid for WPF v7.2 Documentation
DataGridCollectionView Class Methods


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridCollectionView Class

For a list of all members of this type, see DataGridCollectionView members.

Public Methods
 NameDescription
Public MethodAdds a new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
Public MethodCancels the edit process. (Inherited from DataGridCollectionViewBase)
Public MethodDiscards the new item added through a call to the AddNew method before it is committed. (Inherited from DataGridCollectionViewBase)
Public MethodCommits the modifications made to the item in the underlying data source that is being edited. (Inherited from DataGridCollectionViewBase)
Public MethodCommits the new item to the underlying data source. (Inherited from DataGridCollectionViewBase)
Public MethodOverridden. Returns a value indicating whether the specified item exists in the collection.  
Public MethodEnables 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.  
Public MethodEnters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Inherited from DataGridCollectionViewBase)
Public Method (Inherited from DataGridCollectionViewBase)
Public MethodEdits the specified item in the underlying data source. (Inherited from DataGridCollectionViewBase)
Public MethodRetrieves the distinct values for the column that has the specified field name. This feature is available only in the Professional Edition (Inherited from DataGridCollectionViewBase)
Public MethodOverridden. Retrieves the item at the specified index in the view.  
Public MethodOverridden. Returns the zero-based index of the specified item.  
Public MethodSets the specified item as the new CurrentItem. (Inherited from DataGridCollectionViewBase)
Public MethodSets the first item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase)
Public MethodSets the last item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase)
Public MethodSets the next item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase)
Public MethodOverridden. Sets the item at the specified index as the new CurrentItem.  
Public MethodSets the previous item in the view as the new CurrentItem. (Inherited from DataGridCollectionViewBase)
Public MethodReturns 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)
Public MethodRecreates the view. (Inherited from DataGridCollectionViewBase)
Public MethodRefreshes the distinct values of the passed field name.  
Public MethodOverloaded. Allows refreshing all values associated to a DataGridUnboundItemProperty on the data object or list passed in parameter without having to refresh the whole DataGridCollectionView.  
Public MethodRemoves the specified item from the underlying data source. (Inherited from DataGridCollectionViewBase)
Public MethodOverridden. Removes the item at the specified index from the underlying data source.  
Public MethodEnsures an item is re-grouped, re-sorted, and re-filtered, and that its associated StatFunction is recalculated.  
Public MethodEnsures items are re-grouped, re-sorted, re-filtered, and their associated StatFunction recalculated.  
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Windows.Data.CollectionView)
Protected MethodOverridden. Retrieves an object that can be used to enumerate the items in the view.  
Protected Method (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected MethodOverloaded. Raises the CollectionChanged event. (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected MethodOverloaded.  (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected MethodInvoked whenever a WeakEventManager delivers the event being managed by the class. (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected Method (Inherited from DataGridCollectionViewBase)
Protected MethodOverloaded.  (Inherited from DataGridCollectionViewBase)
Top
See Also

Reference

DataGridCollectionView Class
Xceed.Wpf.DataGrid Namespace

DataGrid Fundamentals

DataGridCollectionView Class
Providing Data