The following tables list the members exposed by DataGridCollectionViewSource.
| Name | Description | |
|---|---|---|
![]() | DataGridCollectionViewSource Constructor | Initializes a new instance of the DataGridCollectionViewSource class. |
| Name | Description | |
|---|---|---|
![]() ![]() | AutoCreateDetailDescriptionsProperty | Identifies the AutoCreateDetailDescriptions dependency property. |
![]() ![]() | AutoCreateItemPropertiesProperty | Identifies the AutoCreateItemProperties dependency property. |
![]() ![]() | AutoFilterModeProperty | Identifies the FilteringMode dependency property. |
![]() ![]() | DefaultCalculateDistinctValuesProperty | Identifies the DefaultCalculateDistinctValues dependency property. |
![]() ![]() | DistinctValuesConstraintProperty | Identifies the DistinctValuesConstraint dependency property. |
![]() ![]() | ItemTypeProperty | Identifies the ItemType dependency property. |
| Name | Description | |
|---|---|---|
![]() | AutoCreateDetailDescriptions | Gets a value indicating whether the detail descriptions are automatically created. |
![]() | AutoCreateItemProperties | Gets a value indicating whether the item properties are automatically created. |
![]() | AutoFilterMode | Gets or sets a value indicating how automatic filtering of the data items will be performed. |
![]() | CollectionViewType | (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | Culture | Gets or sets the culture that is used for grouping and sorting operations. |
![]() | DefaultCalculateDistinctValues | Get or sets the default value of the CalculateDistinctValues property when a DataGridItemProperty has not explicitly set its value. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | ItemType | Gets the type of the items contained in the collection or added through the SourceItems property. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | CancelingNewItem | Raised when the CancelNew method has been called to signal that the insertion process of a new item is about to be canceled. |
![]() | 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. |
![]() | 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. |
![]() | CreatingNewItem | Raised when the AddNew method has been called to signal that a new item is about to be created. |
![]() | EditBegun | Raised after the BeginningEdit event to signal that the edit process of an item in the underlying data source has begun. |
![]() | EditCanceled | Raised after the CancelingEdit event to signal that the edit process of an item in the underlying data source has been canceled. |
![]() | EditCommitted | Raised after the CommittingEdit event to signal that the modifications made to an item in the underlying data source have been committed. |
![]() | Filter | Provides filtering logic. (Inherited from System.Windows.Data.CollectionViewSource) |
![]() | InitializingNewItem | Raised after the CreatingNewItem event to allow the new item to be initialized. |
![]() | ItemRemoved | Raised after the RemovingItem event to signal that an item has been removed from the underlying data source. |
![]() | NewItemCanceled | Raised after the CancelingNewItem event to signal that the insertion process of a new item has been canceled. |
![]() | NewItemCommitted | Raised after the CommittingNewItem event to signal that a new item has been committed to the underlying data source. |
![]() | NewItemCreated | Raised after the CreatingNewItem and InitializingNewItem events to signal that a new item has been created. |
![]() | 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. |






