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


In This Topic
    QueryItemCountEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see QueryItemCountEventArgs 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, false. (Inherited from Xceed.Wpf.DataGrid.AsyncQueryEventArgs)
    Top
    See Also