The ColumnHeaderCell.BackColor property in the Appearance settings can be used to set or modify the color of the Column Header Cell(s). C# //Set the color of the Column Header Cell this.GridGroupingControl1.Appearance.ColumnHeaderCell.BackColor = Color.Red; VB //Set the color of the Column Header Cell this.GridGroupingControl1.Appearance.ColumnHeaderCell.BackColor = Color.Red; Sample: |
This page will automatically be redirected to the sign-in page in 10 seconds.
I want to change the color of a single column header, according a specific condition.