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


In This Topic
    QueryGroupsEventArgs Class Members
    In This Topic

    The following tables list the members exposed by QueryGroupsEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets an AsyncQueryInfo that provides the information necessary to retrieve the next batch of items.  
    Public PropertyGets the child group description.  
    Public PropertyGets the name of the item property that should be queried in order to find its distinct values and their count taking into account the parent groups, which can be retrieved through the GroupPath property.  
    Public PropertyGets the direction in which child groups are sorted.  
    Public PropertyGets the DataGridVirtualizingCollectionView to which the grid is bound.  
    Public PropertyGets 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