Skip to main content
A newer version of this page is available. .

CustomCellStyleEventArgs.FontAttributes Property

Gets or sets whether the cell text is bold or italic.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public FontAttributes FontAttributes { get; set; }

Property Value

Type Description
FontAttributes

A value that specifies whether the cell text is bold, italic, or neither.

See Also