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


In This Topic
    QueryItemsEventArgs Class Members
    In This Topic

    The following tables list the members exposed by QueryItemsEventArgs.

    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