Name | Description | |
---|---|---|
![]() | AutoCreateDetailDescriptions | Gets a value indicating whether the detail descriptions are automatically created. |
![]() | AutoCreateForeignKeyDescriptions | Gets a value indicating whether the foreign key 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. |
![]() | AutoFilterValues | Gets a dictionary that contains a list of the view's DataGridItemProperty objects with their corresponding auto-filter values. |
![]() | CanAddNew | Gets a value indicating whether a new item can be added to the collection. |
![]() | CanAutoFilter | Gets a value indicating whether the collection view supports automatic filtering. |
![]() | CanCancelEdit | Gets a value indicating whether the collection can discard pending changes and restore the original values of an edited object. |
![]() | CanFilter | Overridden. Gets a value indicating whether the view supports filtering. |
![]() | CanGroup | Overridden. Gets a value indicating whether the view can be grouped. |
![]() | CanRemove | Gets a value indicating whether an item can be removed from the collection. |
![]() | CanSort | Overridden. Gets a value indicating whether the view can be sorted. |
![]() | Comparer | (Inherited from System.Windows.Data.CollectionView) |
![]() | Count | (Inherited from System.Windows.Data.CollectionView) |
![]() | Culture | Overridden. Gets or sets the culture to use during sorting. |
![]() | CurrentAddItem | Gets the item that is currently being added to the underlying data source. |
![]() | CurrentEditItem | Gets the item in the underlying data source that is currently being edited. |
![]() | CurrentItem | Overridden. Gets the view's current item. |
![]() | CurrentPosition | Overridden. Gets the position of the CurrentItem within the view. |
![]() | 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) |
![]() | DistinctValues | Gets a dictionary that contains a list of DataGridItemProperty objects with their corresponding distinct values. |
![]() | DistinctValuesConstraint | Gets or sets a value representing the constraint applied to the DistinctValues when automatically filtering data items. |
![]() | DistinctValuesUpdateMode | Gets or sets the mode that indicates when distinct values used by auto-filtering should be updated. |
![]() | Filter | Overridden. Gets or sets a callback used to determine if an item is suitable for inclusion in the view. |
![]() | FilterCriteriaMode | Gets or sets a value indicating how filters entered into a FilterRow are applied. |
![]() | GroupDescriptions | Overridden. Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. |
![]() | Groups | Overridden. Gets the runtime groups that are created based on the GroupDescriptions. |
![]() | IsAddingNew | Gets a value indicating whether an add transaction is in progress. |
![]() | IsCurrentAfterLast | Overridden. Gets a value indicating whether the CurrentItem is beyond the end of the collection. |
![]() | IsCurrentBeforeFirst | Overridden. Gets a value indicating whether the CurrentItem is before the beginning of the collection. |
![]() | IsEditingItem | Gets a value indicating whether an item in the underlying data source is being edited. |
![]() | IsEmpty | (Inherited from System.Windows.Data.CollectionView) |
![]() | IsInUse | (Inherited from System.Windows.Data.CollectionView) |
![]() | ItemProperties | Gets the DataGridItemProperty objects that determine the characteristics of the items contained in the view. |
![]() | ItemType | Gets the type of the items contained in the collection view. |
![]() | NeedsRefresh | Overridden. Gets a value that indicates whether this view needs to be refreshed. |
![]() | ParentDetailDescription | Gets the parent detail description of the collection view. |
![]() | SortDescriptions | Overridden. Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. |
![]() | SourceCollection | (Inherited from System.Windows.Data.CollectionView) |