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

CustomDrawHeaderEventArgsBase.BackColor Property

Gets the background color of the header.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.2.dll

Declaration

public Color BackColor { get; }

Property Value

Type Description
Color

A Color object that identifies the background color of the header.

Remarks

The header background color cannot be changed via the BackColor property. To change the background color of an individual row or column header, handle the SpreadsheetControl.CustomDrawRowHeaderBackground or the SpreadsheetControl.CustomDrawColumnHeaderBackground events respectively.

See Also