Articles in this section
Category / Section

How do I set/modify border color for GridGroupingControl?

1 min read

The BorderColor property can be used to set or modify the border color (or the color of the horizontal/vertical lines) of the Grid.

C#

//Set the color of the border of the Grid to red

this.GridGroupingControl1.BorderColor = Color.Red;

VB

'Set the color of the border of the Grid to red

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