Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridVirtualizingQueryableCollectionView Class


In This Topic
    DataGridVirtualizingQueryableCollectionView Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodAdds a new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodCancels the edit process. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodDiscards the new item added through a call to the AddNew method before it is committed. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodRaises the CommitItems event for each page with modified data even if those pages are not being released from memory. (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public MethodCommits the modifications made to the item in the underlying data source that is being edited. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodCommits the new item to the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public MethodReturns a value indicating whether the specified item exists in the collection. (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public MethodEnters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public Method (Inherited from System.Windows.Data.CollectionView)
    Public MethodEdits the specified item in the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodRetrieves the distinct values for the column that has the specified field name. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodRetrieves the item at the specified index in the view. (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public MethodReturns the zero-based index of the specified item. (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public Method (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public Method (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public Method (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public Method (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public MethodSets the item at the specified index as the new CurrentItem. (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public Method (Inherited from Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewBase)
    Public MethodReturns 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 Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodRecreates the view. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public Method (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Public MethodRemoves the item at the specified index from the underlying data source. (Inherited from Xceed.Wpf.DataGrid.DataGridCollectionViewBase)
    Top
    Protected Methods
    See Also