CustomCellAppearanceEventArgs.FontAttributes Property
In This Article
Gets or sets whether the cell text is bold or italic.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public FontAttributes FontAttributes { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Font |
None | A value that specifies whether the cell text is bold, italic, or neither. |
See Also