Skip to main content

StyleBase.FontFamily Property

Gets or sets the font family name.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public string FontFamily { get; set; }

Property Value

Type Description
String

The grid element’s font family name.

Remarks

You can also use the FontSize, FontColor, FontAttributes and TextDecorations properties to customize the appearance of text displayed within a grid element (cell, column header, group row or total summary panel).

See Also