Skip to main content

IEditorCustomizer Interface

Defines classes that customize editors located in the Auto Filter panel, and the New Item Row and in-place edit forms.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

public interface IEditorCustomizer

The following members return IEditorCustomizer 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 customize an editor’s background color, use the IEditorCustomizer.EditorBackgroundColor property.

To customize an editor’s font, use the IEditorCustomizer.Font property (for in-place edit forms) and the IEditorCustomizer.FormEditorsFont property (for popup and area-based edit forms).

See Also