Articles in this section
Category / Section

How do I change the back color of ColumnHeader Cell in GridGroupingControl?

2 mins read

 

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:


https://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCHeaderBackcolor/GGCHeaderBackcolor.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied