HideGroupedColumns Property (C1FlexGridClassic)
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