Articles in this section
Category / Section

How to change the forecolor of the GroupCaptionSummary?

1 min read

 

TextColor property of the GroupCaptionSummaryCell in Appearance settings can be used to set or modify the ForeColor of the GroupCaptionSummary.

C#

//Changes the Forecolor for GroupCatpionSummary

this.GridGroupingControl1.TableDescriptor.Appearance.GroupCaptionSummaryCell.TextColor = Color.Peru;

VB

'Changes the Forecolor for GroupCatpionSummary

Me.GridGroupingControl1.TableDescriptor.Appearance.GroupCaptionSummaryCell.TextColor = Color.Peru

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