CustomDrawCellEventArgs.Font Property
Gets the font attributes of the painted cell.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Property Value
Type | Description |
---|---|
Font | A System.Drawing.Font object specifying the font options (font name, size, color and etc.). |
See Also