IColumnChooserCustomizer Interface
Defines classes that customize a visual presentation of the Column Chooser dialog.
Namespace: DevExpress.Mobile.DataGrid.Theme
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Related API Members
The following members return IColumnChooserCustomizer objects:
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.
To change the font used to display column names in the Column Chooser dialog, use the IColumnChooserCustomizer.LabelFont property.
Note
To customize the dialog and its appearance, use objects that implement the IDialogFormCustomizer interface.
See Also