Name | Description | |
---|---|---|
![]() | AutoCreateForeignKeyDescriptions | Gets a value indicating whether the foreign key descriptions are automatically created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | AutoCreateItemProperties | Gets a value indicating whether the item properties are automatically created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanAddNew | Gets a value indicating whether a new item can be added to the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanCancelEdit | Gets a value indicating whether the collection can discard pending changes and restore the original values of an edited object. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanFilter | Overridden. Gets a value indicating whether the view supports filtering. |
![]() | CanGroup | Overridden. Gets a value indicating whether the view supports grouping. |
![]() | CanRemove | Gets a value indicating whether an item can be removed from the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CanSort | Gets a value indicating whether the view can be sorted. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CommitMode | Gets or sets a value representing when the CommitItems event will be raised. |
![]() | Comparer | (Inherited from System.Windows.Data.CollectionView) |
![]() | ConnectionError | Gets the connection error. |
![]() | ConnectionState | Gets the connection state of the underlying virtualized collection. |
![]() | Count | Overridden. Gets the number of items in the view. |
![]() | Culture | Gets or sets the culture to use during sorting. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentAddItem | Gets the item that is currently being added to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentEditItem | Gets the item in the underlying data source that is currently being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | CurrentItem | Overridden. Gets the current item in the view. |
![]() | CurrentPosition | Gets the position of the CurrentItem within the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | GroupDescriptions | Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | Groups | Gets the runtime groups that are created based on the GroupDescriptions. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsAddingNew | Gets a value indicating whether an add transaction is in progress. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsCurrentAfterLast | Gets a value indicating whether the CurrentItem is beyond the end of the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsCurrentBeforeFirst | Gets a value indicating whether the CurrentItem is before the beginning of the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsEditingItem | Gets a value indicating whether an item in the underlying data source is being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | IsEmpty | Overridden. Gets a value indicating whether the filtered view is empty. |
![]() | IsInUse | (Inherited from System.Windows.Data.CollectionView) |
![]() | ItemProperties | Gets the DataGridItemProperty objects that determine the characteristics of the items contained in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | ItemType | Gets the type of the items contained in the collection view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | MaxRealizedItemCount | Gets a value representing the maximum amount of items that can be loaded in memory. |
![]() | NeedsRefresh | Gets a value that indicates whether this view needs to be refreshed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | PageSize | Gets a value representing the number of items that are contained in each page of data that is loaded in memory. |
![]() | PreemptivePageQueryRatio | Gets or sets a value representing the percentage from the start or the end of a page that, when accessed, will cause the previous or next page to be queried and the items loaded in memory. |
![]() | SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) |
![]() | SourceCollection | Overridden. Gets the underlying un-filtered collection. |