Skip to main content

ThemeFontAttributes.Attributes Property

Gets the style (bold, italic, etc.) of the corresponding font.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public FontAttributes Attributes { get; }

Property Value

Type Description
Xamarin.Forms.FontAttributes

A Xamarin.Forms.FontAttributes enumeration member that specifies the font style (bold, italic, etc.).

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.

See Also