Name | Description | |
---|---|---|
AllowNew | Gets a value indicating whether new items can be added to the collection through the AddNew method. | |
AutoCreateDetailDescriptions | Gets a value indicating whether the detail descriptions are automatically created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) | |
AutoCreateForeignKeyDescriptions | Gets a value indicating whether the foreign key descriptions are automatically created. (Inherited from DataGridCollectionViewBase) | |
AutoCreateItemProperties | Gets a value indicating whether the item properties are automatically created. (Inherited from DataGridCollectionViewBase) | |
AutoFilterMode | Gets or sets a value indicating how automatic filtering of the data items will be performed. (Inherited from DataGridCollectionViewBase) | |
AutoFilterValues | Gets a dictionary that contains a list of the view's DataGridItemProperty objects with their corresponding auto-filter values. (Inherited from DataGridCollectionViewBase) | |
CanAddNew | Gets a value indicating whether a new item can be added to the collection. (Inherited from DataGridCollectionViewBase) | |
CanAutoFilter | Gets a value indicating whether the collection view supports automatic filtering. (Inherited from DataGridCollectionViewBase) | |
CanCancelEdit | Gets a value indicating whether the collection can discard pending changes and restore the original values of an edited object. (Inherited from DataGridCollectionViewBase) | |
CanFilter | Gets a value indicating whether the view supports filtering. (Inherited from DataGridCollectionViewBase) | |
CanGroup | Gets a value indicating whether the view supports grouping. (Inherited from DataGridCollectionViewBase) | |
CanRemove | Gets a value indicating whether an item can be removed from the collection. (Inherited from DataGridCollectionViewBase) | |
CanSort | Gets a value indicating whether the view can be sorted. (Inherited from DataGridCollectionViewBase) | |
Comparer | (Inherited from DataGridCollectionViewBase) | |
Count | Overridden. Gets the number of items in the view. | |
Culture | Gets or sets the culture to use during sorting. (Inherited from DataGridCollectionViewBase) | |
CurrentAddItem | Gets the item that is currently being added to the underlying data source. (Inherited from DataGridCollectionViewBase) | |
CurrentEditItem | Gets the item in the underlying data source that is currently being edited. (Inherited from DataGridCollectionViewBase) | |
CurrentItem | Gets the view's current item. (Inherited from DataGridCollectionViewBase) | |
CurrentPosition | Gets the ordinal position of the CurrentItem within the—optionally sorted and filtered—view. (Inherited from DataGridCollectionViewBase) | |
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 DataGridCollectionViewBase) | |
Dispatcher | (Inherited from DataGridCollectionViewBase) | |
DistinctValues | Gets a dictionary that contains a list of DataGridItemProperty objects with their corresponding distinct values. (Inherited from DataGridCollectionViewBase) | |
DistinctValuesConstraint | Gets or sets a value representing the constraint applied to the DistinctValues when automatically filtering data items. (Inherited from DataGridCollectionViewBase) | |
DistinctValuesUpdateMode | Gets or sets the mode that indicates when distinct values used by auto-filtering should be updated. (Inherited from DataGridCollectionViewBase) | |
Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view (Inherited from DataGridCollectionViewBase) | |
FilterCriteriaMode | Gets or sets a value indicating how filters entered into a FilterRow are applied. (Inherited from DataGridCollectionViewBase) | |
GroupDescriptions | Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. (Inherited from DataGridCollectionViewBase) | |
Groups | Gets the runtime groups that are created based on the GroupDescriptions. (Inherited from DataGridCollectionViewBase) | |
IsAddingNew | Gets a value indicating whether an add transaction is in progress. (Inherited from DataGridCollectionViewBase) | |
IsCurrentAfterLast | Gets a value indicating whether the view's CurrentItem is beyond the end of the collection. (Inherited from DataGridCollectionViewBase) | |
IsCurrentBeforeFirst | Gets a value indicating whether the view's CurrentItem is beyond the beginning of the collection. (Inherited from DataGridCollectionViewBase) | |
IsEditingItem | Gets a value indicating whether an item in the underlying data source is being edited. (Inherited from DataGridCollectionViewBase) | |
IsEmpty | Overridden. Gets a value indicating whether the filtered view is empty. | |
IsInUse | (Inherited from DataGridCollectionViewBase) | |
ItemProperties | Gets the DataGridItemProperty objects that determine the characteristics of the items contained in the view. (Inherited from DataGridCollectionViewBase) | |
ItemType | Gets the type of the items contained in the collection view or added through the SourceItems property. (Inherited from DataGridCollectionViewBase) | |
NeedsRefresh | Gets a value that indicates whether this view needs to be refreshed. (Inherited from DataGridCollectionViewBase) | |
ParentDetailDescription | Gets the parent detail description of the collection view. (Inherited from DataGridCollectionViewBase) | |
SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Inherited from DataGridCollectionViewBase) | |
SourceCollection | Overridden. Gets the underlying un-filtered collection. | |
SourceItems | Gets the items that are contained in the SourceCollection. | |
StatFunctions | Gets a collection of the statistical functions whose results can be used by various elements throughout a grid. | |
UpdateChangedPropertyStatsOnly | Gets or sets a value indicating whether only statistical functions on property values of the data source object that have changed should be updated, instead of recalculating all the statistical functions as soon as only one property value has changed. |