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

In This Topic
    Group Property (GroupDescription)
    In This Topic
    Gets a value that indicates whether to group by this property. Set to false if you want to sort but not group by this property.
    Syntax
    'Declaration
     
    
    Public Property Group As Boolean
    public bool Group {get; set;}
    See Also