Articles in this section
Category / Section

How to change the forecolor of the SummaryRow?

1 min read

 

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

C#

//Changes the ForeColor of SummaryRow.

this.GridGroupingControl1.Appearance.AnySummaryCell.TextColor = Color.HotPink;

VB

'Changes the ForeColor of SummaryRow.

Me.GridGroupingControl1.Appearance.AnySummaryCell.TextColor = Color.HotPink

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