ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / HideGroupedColumns Property

In This Topic
    HideGroupedColumns Property (C1FlexGridBase)
    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