Skip to main content

CustomDrawHeaderEventArgsBase.BackColor Property

Gets the background color of the header.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

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