GridControl.IsColumnChooserEnabled Property
Gets or sets whether the column chooser is available to end-users. This is a bindable property.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to enable the column chooser; otherwise, false. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The column chooser provides end-users with the capability to show and hide columns from the grid at runtime. By default, 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. If you set the IsColumnChooserEnabled property to false, this menu item is not displayed.