Name | Description | |
---|---|---|
![]() | 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. |
![]() | CanAddNew | Gets a value indicating whether a new item can be added to the collection. |
![]() | 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. |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | Filter | Overridden. Gets or sets a callback used to determine if an item is suitable for inclusion in the view. |
![]() | 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. |
![]() | 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) |