Skip to main content

CustomCellStyleEventArgs.FontFamily Property

Gets or sets the font family name for the cell text.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public string FontFamily { get; set; }

#Property Value

Type Description
String

The font family name.

See Also