Skip to main content

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

[XtraSerializableProperty]
public bool IsColumnChooserEnabled { get; set; }

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 GridControl and suggest that you use the new DataGridView control instead.

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.

Grid_ColumnChooser_iOS

Grid_ColumnChooser_Android

See Also