Name | Description | |
---|---|---|
DataGridVirtualizingQueryableCollectionView Constructor | Overloaded. |
The following tables list the members exposed by DataGridVirtualizingQueryableCollectionView.
Name | Description | |
---|---|---|
DataGridVirtualizingQueryableCollectionView Constructor | Overloaded. |
Name | Description | |
---|---|---|
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 DataGridVirtualizingCollectionViewBase) | |
AutoCreateItemProperties | Gets a value indicating whether the item properties are automatically created. (Inherited from DataGridVirtualizingCollectionViewBase) | |
AutoFilterMode | Gets or sets a value indicating how automatic filtering of the data items will be performed. (Inherited from DataGridVirtualizingCollectionViewBase) | |
AutoFilterValues | Gets a dictionary that contains a list of the view's DataGridItemProperty objects with their corresponding auto-filter values. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanAddNew | Gets a value indicating whether a new item can be added to the collection. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanAutoFilter | Gets a value indicating whether the collection view supports automatic filtering. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanCancelEdit | Gets a value indicating whether the collection can discard pending changes and restore the original values of an edited object. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanFilter | Gets a value indicating whether the view supports filtering. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanGroup | Gets a value indicating whether the view supports grouping. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanRemove | Gets a value indicating whether an item can be removed from the collection. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CanSort | Gets a value indicating whether the view can be sorted. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommitMode | Gets or sets a value representing when the CommitItems event will be raised. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Comparer | (Inherited from DataGridVirtualizingCollectionViewBase) | |
ConnectionError | Gets the connection error. (Inherited from DataGridVirtualizingCollectionViewBase) | |
ConnectionState | Gets the connection state of the underlying virtualized collection. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Count | Gets the number of items in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Culture | Gets or sets the culture to use during sorting. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CurrentAddItem | Gets the item that is currently being added to the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CurrentEditItem | Gets the item in the underlying data source that is currently being edited. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CurrentItem | Gets the current item in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CurrentPosition | Gets the position of the CurrentItem within the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
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 DataGridVirtualizingCollectionViewBase) | |
Dispatcher | (Inherited from DataGridVirtualizingCollectionViewBase) | |
DistinctValues | Gets a dictionary that contains a list of DataGridItemProperty objects with their corresponding distinct values. (Inherited from DataGridVirtualizingCollectionViewBase) | |
DistinctValuesConstraint | Gets or sets a value representing the constraint applied to the DistinctValues when automatically filtering data items. (Inherited from DataGridVirtualizingCollectionViewBase) | |
DistinctValuesUpdateMode | Gets or sets the mode that indicates when distinct values used by auto-filtering should be updated. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
FilterCriteriaMode | Gets or sets a value indicating how filters entered into a FilterRow are applied. (Inherited from DataGridVirtualizingCollectionViewBase) | |
GroupDescriptions | Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Groups | Gets the runtime groups that are created based on the GroupDescriptions. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsAddingNew | Gets a value indicating whether an add transaction is in progress. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsCurrentAfterLast | Gets a value indicating whether the CurrentItem is beyond the end of the collection. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsCurrentBeforeFirst | Gets a value indicating whether the CurrentItem is before the beginning of the collection. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsEditingItem | Gets a value indicating whether an item in the underlying data source is being edited. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsEmpty | Gets a value indicating whether the filtered view is empty. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsInUse | (Inherited from DataGridVirtualizingCollectionViewBase) | |
ItemProperties | Gets the DataGridItemProperty objects that determine the characteristics of the items contained in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
ItemType | Gets the type of the items contained in the collection view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
MaxRealizedItemCount | Gets a value representing the maximum amount of items that can be loaded in memory. (Inherited from DataGridVirtualizingCollectionViewBase) | |
NeedsRefresh | Gets a value that indicates whether this view needs to be refreshed. (Inherited from DataGridVirtualizingCollectionViewBase) | |
PageSize | Gets a value representing the number of items that are contained in each page of data that is loaded in memory. (Inherited from DataGridVirtualizingCollectionViewBase) | |
ParentDetailDescription | Gets the parent detail description of the collection view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
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. (Inherited from DataGridVirtualizingCollectionViewBase) | |
QueryableSource | Gets the queryable source that will provide the data items. | |
SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
SourceCollection | Gets the underlying un-filtered collection. (Inherited from DataGridVirtualizingCollectionViewBase) |
Name | Description | |
---|---|---|
AllowsCrossThreadChanges | (Inherited from System.Windows.Data.CollectionView) | |
IsCurrentInSync | (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsDynamic | (Inherited from DataGridVirtualizingCollectionViewBase) | |
IsRefreshDeferred | (Inherited from DataGridVirtualizingCollectionViewBase) | |
UpdatedOutsideDispatcher | (Inherited from DataGridVirtualizingCollectionViewBase) |
Name | Description | |
---|---|---|
AddNew | Adds a new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) | |
CancelEdit | Cancels the edit process. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CancelNew | Discards the new item added through a call to the AddNew method before it is committed. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommitAll | Raises the CommitItems event for each page with modified data even if those pages are not being released from memory. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommitEdit | Commits the modifications made to the item in the underlying data source that is being edited. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommitNew | Commits the new item to the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Contains | Returns a value indicating whether the specified item exists in the collection. (Inherited from DataGridVirtualizingCollectionViewBase) | |
DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Inherited from DataGridVirtualizingCollectionViewBase) | |
DetachFromSourceCollection | (Inherited from DataGridVirtualizingCollectionViewBase) | |
EditItem | Edits the specified item in the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) | |
GetDistinctValues | Retrieves the distinct values for the column that has the specified field name. (Inherited from DataGridVirtualizingCollectionViewBase) | |
GetItemAt | Retrieves the item at the specified index in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
IndexOf | Returns the zero-based index of the specified item. (Inherited from DataGridVirtualizingCollectionViewBase) | |
MoveCurrentTo | (Inherited from DataGridVirtualizingCollectionViewBase) | |
MoveCurrentToFirst | (Inherited from DataGridVirtualizingCollectionViewBase) | |
MoveCurrentToLast | (Inherited from DataGridVirtualizingCollectionViewBase) | |
MoveCurrentToNext | (Inherited from DataGridVirtualizingCollectionViewBase) | |
MoveCurrentToPosition | Sets the item at the specified index as the new CurrentItem. (Inherited from DataGridVirtualizingCollectionViewBase) | |
MoveCurrentToPrevious | (Inherited from DataGridVirtualizingCollectionViewBase) | |
PassesFilter | Returns a value indicating whether the specified item in the underlying data source passes the filtering criteria, and is therefore included in the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Refresh | Recreates the view. (Inherited from DataGridVirtualizingCollectionViewBase) | |
Remove | (Inherited from DataGridVirtualizingCollectionViewBase) | |
RemoveAt | Removes the item at the specified index from the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) |
Name | Description | |
---|---|---|
AutoFilterValuesChanged | Occurs after the AutoFilterValues of the DataGridItemProperty of a detail level changes. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase) | |
BeginningEdit | Raised when the EditItem method has been called to signal that the edit process of an item in the underlying data source is about to begin. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CancelingEdit | Raised when the CancelEdit >method has been called to signal that the edit process of an item in the underlying data source is about to be canceled. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CancelingNewItem | Raised when the CancelNew method has been called to signal that the insertion process of a new item is about to be canceled. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommitItems | Raised when a page of data that contains edited items is about to be released from memory. This event must be handled when dealing with an editable grid. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommittingEdit | Raised when the CommitEdit method has been called to signal that modifications made to an item in the underlying data source are about to be committed. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CommittingNewItem | Raised when the CommitNew method has been called to signal that a new item is about to be committed to the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CreatingNewItem | Raised when the AddNew method has been called to signal that a new item is about to be created. (Inherited from DataGridVirtualizingCollectionViewBase) | |
CurrentChanged | (Inherited from DataGridVirtualizingCollectionViewBase) | |
CurrentChanging | (Inherited from DataGridVirtualizingCollectionViewBase) | |
DistinctValuesRefreshNeeded | Raised when the distinct values need to be refreshed. (Inherited from DataGridVirtualizingCollectionViewBase) | |
EditBegun | Raised after the BeginningEdit event to signal that the edit process of an item in the underlying data source has begun. (Inherited from DataGridVirtualizingCollectionViewBase) | |
EditCanceled | Raised after the CancelingEdit event to signal that the edit process of an item in the underlying data source has been canceled. (Inherited from DataGridVirtualizingCollectionViewBase) | |
EditCommitted | Raised after the CommittingEdit event to signal that the modifications made to an item in the underlying data source have been committed. (Inherited from DataGridVirtualizingCollectionViewBase) | |
InitializingNewItem | Raised after the CreatingNewItem event to allow the new item to be initialized. (Inherited from DataGridVirtualizingCollectionViewBase) | |
ItemRemoved | Raised after the RemovingItem event to signal that an item has been removed from the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) | |
NewItemCanceled | Raised after the CancelingNewItem event to signal that the insertion process of a new item has been canceled. (Inherited from DataGridVirtualizingCollectionViewBase) | |
NewItemCommitted | Raised after the CommittingNewItem event to signal that a new item has been committed to the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) | |
NewItemCreated | Raised after the CreatingNewItem and InitializingNewItem events to signal that a new item has been created. (Inherited from DataGridVirtualizingCollectionViewBase) | |
RemovingItem | Raised when the Remove ora href="Xceed.Wpf.DataGrid~Xceed.Wpf.DataGrid.DataGridCollectionViewBase~RemoveAt.html">RemoveAt methods have been called to signal that an item is about to be removed from the underlying data source. (Inherited from DataGridVirtualizingCollectionViewBase) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Windows.Data.CollectionView) | |
PropertyChanged | (Inherited from DataGridVirtualizingCollectionViewBase) |