Skip to main content

IEditorCustomizer.Font Property

Specifies the font used to display data in the editors located within the Auto Filter panel, the New Item Row and in-palce edit forms.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

ThemeFontAttributes Font { get; set; }

Property Value

Type Description
ThemeFontAttributes

The ThemeFontAttributes object, specifying font attributes.

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 the font of the popup and area-based edit forms, use the IEditorCustomizer.FormEditorsFont property.

See Also