Skip to main content

CustomDrawCellEventArgs.Font Property

Gets the font attributes of the painted cell.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public Font Font { get; }

Property Value

Type Description
Font

A System.Drawing.Font object specifying the font options (font name, size, color and etc.).

See Also