Articles in this section
Category / Section

How can I set/change the TextColor of a Selection in GridGroupingControl?

1 min read

The SelectionTextColor property in the TableOptions can be used to set or change the color of text in a selection in the Grid.

C#

this.GridGroupingControl1.TableOptions.SelectionTextColor = Color.Red;

VB

Me.GridGroupingControl1.TableOptions.SelectionTextColor = 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