Skip to main content

IDialogFormCustomizer Interface

Defines classes that customize both the Column Chooser dialog and the Edit Form.

Namespace: DevExpress.Mobile.DataGrid.Theme

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public interface IDialogFormCustomizer

The following members return IDialogFormCustomizer 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.

The GridControl allows editing its data either with an in-place row editor or an edit form, depending on the row edit mode set. To customize the in-place row editors, use the ThemeBase.EditorCustomizer property.

To customize the Column Chooser dialog, popup and area-based edit forms, use the objects that implement the IDialogFormCustomizer interface. For example, you can use objects returned by the ThemeBase.DialogFormCustomizer property.

Note

To customize the font used to display text in the Column Chooser dialog, use the IColumnChooserCustomizer.LabelFont property.

See Also