DataGridBuilder<T>.ColumnHidingEnabled Method
| Name | Parameters | Description |
|---|---|---|
| ColumnHidingEnabled(JS) | value |
Specifies whether the UI component hides columns to adapt to the screen or container size. Ignored if allowColumnResizing is true and columnResizingMode is 'widget'. Mirrors the client-side columnHidingEnabled option.
|
| ColumnHidingEnabled(Boolean) | value |
Specifies whether the UI component hides columns to adapt to the screen or container size. Ignored if allowColumnResizing is true and columnResizingMode is 'widget'. Mirrors the client-side columnHidingEnabled option.
|