GridControl.HideColumnChooser(Boolean) Method
Hides the column chooser, applying or discarding its current settings.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
ApplyChanges | Boolean | true, if column visibility settings specified in the column chooser are applied to the grid; otherwise, false. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The column chooser enables end-users to show and hide columns from the grid at runtime. The column chooser is shown when an end-user touches and holds a column header and then taps the corresponding item in the invoked menu.
To show and hide the column chooser programmatically, use the GridControl.ShowColumnChooser and HideColumnChooser methods. To disable the column chooser for end-users, set the GridControl.IsColumnChooserEnabled property to false.