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


In This Topic
    QueryGroupsEventArgs Class
    In This Topic
    Provides the information necessary to create groups in a virtualized collection view.
    Syntax
    'Declaration
     
    Public Class QueryGroupsEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryGroupsEventArgs
    public class QueryGroupsEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.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
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also