FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GroupDescription Class
Members

In This Topic
    GroupDescription Class
    In This Topic
    Describes the grouping of items using a property name as the criterion. Each group description also specifies a sort direction for the property. For example, if you group the data by Country, the grid will sort the data by country before creating the groups.
    Object Model
    GroupDescription Class
    Syntax
    'Declaration
     
    
    Public Class GroupDescription 
    public class GroupDescription 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexGrid.GroupDescription

    See Also