Skip to main content

CustomDrawCellEventArgs.ForeColor Property

Gets or sets the color of the text within the painted cell.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

A System.Drawing.Color object specifying the foreground color.

See Also