Xceed Toolkit Plus for WPF v5.0 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 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