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

CustomDrawHeaderEventArgsBase.ForeColor Property

Gets the color used to paint the header caption text.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

public Color ForeColor { get; }

Property Value

Type Description
Color

A Color object specifying the text color.

See Also