Back to Devexpress

CustomDrawCellEventArgs.Font Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawcelleventargs.md

latest1.1 KB
Original Source

CustomDrawCellEventArgs.Font Property

Gets the font attributes of the painted cell.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public Font Font { get; }
vb
Public ReadOnly Property Font As Font

Property Value

TypeDescription
Font

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

|

See Also

CustomDrawCellEventArgs Class

CustomDrawCellEventArgs Members

DevExpress.XtraSpreadsheet Namespace