CustomCellStyleEventArgs.FontAttributes Property
In This Article
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
C#
public FontAttributes FontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
A value that specifies whether the cell text is bold, italic, or neither. |
See Also