ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / HideGroupedColumns Property

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