FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / HideGroupedColumns Property

In This Topic
    HideGroupedColumns Property (C1FlexGrid)
    In This Topic
    Gets or sets a value that determines whether columns included in the GroupDescriptions collection should be hidden automatically.
    Syntax
    'Declaration
     
    
    Public Property HideGroupedColumns As Boolean
    public bool HideGroupedColumns {get; set;}
    See Also