[]
Configurates HideGroupedColumns. Sets a value indicating whether the panel hides grouped columns in the owner grid.
public FlexGridGroupPanelBuilder<T> HideGroupedColumns(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| FlexGridGroupPanelBuilder<T> | Current builder. |
The FlexGrid displays grouping information in row headers, so it is usually a good idea to hide grouped columns since they display redundant information.