IEditorCustomizer.FormEditorsFont Property
In This Article
Specifies the font used to display the text in the editors located within the popup and area-based edit forms.
Namespace: DevExpress.Mobile.DataGrid.Theme
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
ThemeFontAttributes FormEditorsFont { get; set; }
#Property Value
Type | Description |
---|---|
Theme |
The Theme |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
To customize the font of the in-place edit forms, use the IEditorCustomizer.Font property.
See Also