Articles in this section
Category / Section

How do I set/modify font color of text for the cells in GridGroupingControl?

1 min read

 

The ForeColor property controls the color of the text displayed in the grid.

C#

//Set the font color to Red

this.GridGroupingControl1.ForeColor = Color.Red;

VB

' Set the font color to Red

Me.GridGroupingControl1.ForeColor = Color.Red

Sample:

http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCForeColor/GGCForeColor.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