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 |
This page will automatically be redirected to the sign-in page in 10 seconds.