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

CustomDrawCellEventArgs.ForeColor Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v22.1.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