CustomCellAppearanceEventArgs.FontAttributes Property
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
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | A value that specifies whether the cell text is bold, italic, or neither. |
See Also