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

CustomDrawCellEventArgs.Font Property

Gets the font attributes of the painted cell.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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