HideGroupedColumns Property (C1FlexGridGroupPanel)
In This Topic
Gets or sets whether the control should automatically hide grouped columns.
Syntax
'Declaration
Public Property HideGroupedColumns As Boolean
public bool HideGroupedColumns {get; set;}
See Also