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


In This Topic
    QueryItemsEventArgs Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets an AsyncQueryInfo that provides the information necessary to retrieve the next batch of items.  
    Public PropertyGets the DataGridVirtualizingCollectionView to which the grid is bound.  
    Public Property

    Gets a read only collection of DataGridGroupInfo objects, which provide information on the parent groups.

     
    Public Propertytrue if the event is asynchronous, otherwise false. By default, true. (Inherited from Xceed.Wpf.DataGrid.AsyncQueryEventArgs)
    Top
    See Also