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.v21.2.dll

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