CustomDrawHeaderEventArgsBase.BackColor Property
Gets the background color of the header.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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