The following tables list the members exposed by DataGridCollectionViewSource.
| Name | Description | |
|---|---|---|
![]() | DataGridCollectionViewSource Constructor | Initializes a new instance of the DataGridCollectionViewSource class. |
| Name | Description | |
|---|---|---|
![]() | AutoCreateDetailDescriptions | Gets a value indicating whether the detail descriptions are automatically created. Gets a value indicating whether the detail descriptions are automatically created. (Inherited from DataGridCollectionViewSourceBase) |
![]() | AutoCreateForeignKeyDescriptions | Gets a value indicating whether the foreign key descriptions are automatically created. (Inherited from DataGridCollectionViewSourceBase) |
![]() | AutoCreateItemProperties | Gets a value indicating whether the item properties are automatically created. (Inherited from DataGridCollectionViewSourceBase) |
![]() | AutoFilterMode | Gets or sets a value indicating how automatic filtering of the data items will be performed. (Inherited from DataGridCollectionViewSourceBase) |
![]() | CollectionViewType | (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | Culture | Gets or sets the culture that is used for grouping and sorting operations. (Inherited from DataGridCollectionViewSourceBase) |
![]() | DefaultCalculateDistinctValues | Get or sets the default value of the CalculateDistinctValues property when a DataGridItemProperty has not explicitly set its value. (Inherited from DataGridCollectionViewSourceBase) |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | DetailDescriptions | Gets a collection of DataGridDetailDescription objects that provide information on the details that will be contained in a grid, including sorting, grouping, and child detail descriptions. (Inherited from DataGridCollectionViewSourceBase) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | DistinctValuesConstraint | Gets or sets a value representing the constraint applied to the distinct values when automatically filtering data items. (Inherited from DataGridCollectionViewSourceBase) |
![]() | FilterCriteriaMode | Gets or sets a value indicating how filters entered into a FilterRow are applied. (Inherited from DataGridCollectionViewSourceBase) |
![]() | GroupDescriptions | Gets or sets a collection GroupDescription objects that describe how the items contained in the collection are grouped in the view. (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | ItemProperties | Gets a collection of DataGridItemProperty objects, which represent the items that are contained in the underlying collection. (Inherited from DataGridCollectionViewSourceBase) |
![]() | ItemType | Gets the type of the items contained in the collection or added through the SourceItems property. (Inherited from DataGridCollectionViewSourceBase) |
![]() | SortDescriptions | Gets or sets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | Source | Gets or sets the collection from which the view is created. (Inherited from DataGridCollectionViewSourceBase) |
![]() | StatFunctions | Gets a collection of the statistical functions whose results can be used by various elements throughout a grid. |
![]() | View | Gets the view that is currently associated with the DataGridCollectionViewSource. Gets the DataGridCollectionView that is currently associated with this instance of the DataGridCollectionViewSource. Gets the DataGridCollectionView that is currently associated with this instance of the DataGridCollectionViewSource. (Inherited from System.Windows.Data.CollectionViewSource) |
| Name | Description | |
|---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | DeferRefresh | Enters a defer cycle that can be used to merge changes to the view and delay automatic refresh. (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | OnCollectionViewTypeChanged | Overridden. Raised when the CollectionViewType property is changed. |
![]() | OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
![]() | OnSourceChanged | (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | ReceiveWeakEvent | (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | ShouldSerializeProperty | (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | BeginningEdit | Raised when the EditItem method has been called to signal that the edit process of an item in the underlying data source is about to begin. (Inherited from DataGridCollectionViewSourceBase) |
![]() | CancelingEdit | Raised when the CancelEdit method has been called to signal that the edit process of an item in the underlying data source is about to be canceled. (Inherited from DataGridCollectionViewSourceBase) |
![]() | CancelingNewItem | Raised when the CancelNew method has been called to signal that the insertion process of a new item is about to be canceled. (Inherited from DataGridCollectionViewSourceBase) |
![]() | CommittingEdit | Raised when the CommitEdit method has been called to signal that modifications made to an item in the underlying data source are about to be committed. (Inherited from DataGridCollectionViewSourceBase) |
![]() | CommittingNewItem | Raised when the CommitNew method has been called to signal that a new item is about to be committed to the underlying data source. (Inherited from DataGridCollectionViewSourceBase) |
![]() | CreatingNewItem | Raised when the AddNew method has been called to signal that a new item is about to be created. (Inherited from DataGridCollectionViewSourceBase) |
![]() | EditBegun | Raised after the BeginningEdit event to signal that the edit process of an item in the underlying data source has begun. (Inherited from DataGridCollectionViewSourceBase) |
![]() | EditCanceled | Raised after the CancelingEdit event to signal that the edit process of an item in the underlying data source has been canceled. (Inherited from DataGridCollectionViewSourceBase) |
![]() | EditCommitted | Raised after the CommittingEdit event to signal that the modifications made to an item in the underlying data source have been committed. (Inherited from DataGridCollectionViewSourceBase) |
![]() | Filter | Provides filtering logic. (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | InitializingNewItem | Raised after the CreatingNewItem event to allow the new item to be initialized. (Inherited from DataGridCollectionViewSourceBase) |
![]() | ItemRemoved | Raised after the RemovingItem event to signal that an item has been removed from the underlying data source. (Inherited from DataGridCollectionViewSourceBase) |
![]() | NewItemCanceled | Raised after the CancelingNewItem event to signal that the insertion process of a new item has been canceled. (Inherited from DataGridCollectionViewSourceBase) |
![]() | NewItemCommitted | Raised after the CommittingNewItem event to signal that a new item has been committed to the underlying data source. (Inherited from DataGridCollectionViewSourceBase) |
![]() | NewItemCreated | Raised after the CreatingNewItem and InitializingNewItem events to signal that a new item has been created. (Inherited from DataGridCollectionViewSourceBase) |
![]() | RemovingItem | Raised when the Remove or RemoveAt methods have been called to signal that an item is about to be removed from the underlying data source. (Inherited from DataGridCollectionViewSourceBase) |


(Inherited from 

