DataGridColumnBuilder<T>.AllowHiding Method
| Name | Parameters | Description |
|---|---|---|
| AllowHiding(JS) | value | Specifies whether a user can hide the column using the column chooser at runtime. Applies only if columnChooser.enabled is true. Mirrors the client-side allowHiding option. |
| AllowHiding(Boolean) | value | Specifies whether a user can hide the column using the column chooser at runtime. Applies only if columnChooser.enabled is true. Mirrors the client-side allowHiding option. |