Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / QueryGroupsEventArgs Class


In This Topic
    QueryGroupsEventArgs Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the child group description.  
    Public PropertyGets a list of GroupNameCountPair objects that represent the groups and the order in which they are displayed in the virtualized collection view.  
    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 containing virtualized collection view.  
    Public PropertyGets a read only collection of DataGridGroupInfo objects, which provide information on the parent groups.  
    Top
    See Also