Articles in this section
Category / Section

How do I set/modify font color of text in Column Header of GridGroupingControl?.

1 min read

 

The color of the text in the Column Header cell can be set or changed via the TextColor property in the GridControl's Appearance.ColumnHeaderCell.

C#

//Set the font color of the Column Header Cell(s) to Red

this.GridGroupingControl1.Appearance.ColumnHeaderCell.TextColor = Color.Red;

VB

'Set the font color of the Column Header Cell(s) to Red

Me.GridGroupingControl1.Appearance.ColumnHeaderCell.TextColor = Color.Red

Sample:

http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCHeaderTextcolor/GGCHeaderTextColor.zip

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