GridControl.ShowColumnChooser() Method
Invokes the column chooser.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
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 ShowColumnChooser and GridControl.HideColumnChooser methods. To disable the column chooser for end-users, set the GridControl.IsColumnChooserEnabled property to false.
See Also