Articles in this section
Category / Section

How do I set/modify color of the Group Caption Cell in GridGroupingControl?

1 min read

The BackColor property of the GroupCaptionCell in the Appearance settings can be used to set or modify the color of the Group Caption Cell in the Grid.

C#

//Set the color of the Group Caption Cell

this.GridGroupingControl1.Appearance.GroupCaptionCell.BackColor = Color.Red;

VB

'Set the color of the Group Caption Cell

Me.GridGroupingControl1.Appearance.GroupCaptionCell.BackColor = Color.Red

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