Skip to main content

ThemeBase.CreateDefaultFontForFormEditors(Color) Method

Creates and returns a ThemeFontAttributes object with the default font attributes and the specified color.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

public static ThemeFontAttributes CreateDefaultFontForFormEditors(
    Color color
)

Parameters

Name Type Description
color Xamarin.Forms.Color

A color of the font to be returned.

Returns

Type Description
ThemeFontAttributes

An object of the ThemeFontAttributes type.

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.

This method does not track the device on which the application is currently running (either a phone or a tablet). To take the device into account, call the ThemeBase.CreateDefaultFont method.

See Also