Xceed DataGrid for WPF v7.2 Documentation
DataGridVirtualizingQueryableCollectionView Class Properties


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridVirtualizingQueryableCollectionView Class

For a list of all members of this type, see DataGridVirtualizingQueryableCollectionView members.

Public Properties
 NameDescription
Public PropertyGets a value indicating whether the detail descriptions are automatically created. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
Public PropertyGets a value indicating whether the foreign key descriptions are automatically created. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the item properties are automatically created. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets or sets a value indicating how automatic filtering of the data items will be performed. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a dictionary that contains a list of the view's DataGridItemProperty objects with their corresponding auto-filter values. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether a new item can be added to the collection. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the collection view supports automatic filtering. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the collection can discard pending changes and restore the original values of an edited object. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the view supports filtering. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the view supports grouping. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether an item can be removed from the collection. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the view can be sorted. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets or sets a value representing when the CommitItems event will be raised. (Inherited from DataGridVirtualizingCollectionViewBase)
Public Property (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the connection error. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the connection state of the underlying virtualized collection. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the number of items in the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets or sets the culture to use during sorting. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the item that is currently being added to the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the item in the underlying data source that is currently being edited. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the current item in the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the position of the CurrentItem within the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets 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 DataGridVirtualizingCollectionViewBase)
Public Property (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a dictionary that contains a list of DataGridItemProperty objects with their corresponding distinct values. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets or sets a value representing the constraint applied to the DistinctValues when automatically filtering data items. (Inherited from DataGridVirtualizingCollectionViewBase)
Public Property

Gets or sets the mode that indicates when distinct values used by auto-filtering should be updated.

(Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets or sets a callback used to determine if an item is suitable for inclusion in the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets or sets a value indicating how filters entered into a FilterRow are applied. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the runtime groups that are created based on the GroupDescriptions. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether an add transaction is in progress. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the CurrentItem is beyond the end of the collection. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the CurrentItem is before the beginning of the collection. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether an item in the underlying data source is being edited. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value indicating whether the filtered view is empty. (Inherited from DataGridVirtualizingCollectionViewBase)
Public Property (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the DataGridItemProperty objects that determine the characteristics of the items contained in the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the type of the items contained in the collection view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value representing the maximum amount of items that can be loaded in memory. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value that indicates whether this view needs to be refreshed. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets a value representing the number of items that are contained in each page of data that is loaded in memory. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the parent detail description of the collection view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets 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. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the queryable source that will provide the data items.  
Public PropertyGets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Inherited from DataGridVirtualizingCollectionViewBase)
Public PropertyGets the underlying un-filtered collection. (Inherited from DataGridVirtualizingCollectionViewBase)
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.Windows.Data.CollectionView)
Protected Property (Inherited from DataGridVirtualizingCollectionViewBase)
Protected Property (Inherited from DataGridVirtualizingCollectionViewBase)
Protected Property (Inherited from DataGridVirtualizingCollectionViewBase)
Protected Property (Inherited from DataGridVirtualizingCollectionViewBase)
Top
See Also

Reference

DataGridVirtualizingQueryableCollectionView Class
Xceed.Wpf.DataGrid Namespace