Articles in this section
Category / Section

How to set the border of any cells in grid or in GroupingBar items

1 min read

It can be done by make use of the GridLineStroke and GroupingBarItemBorderBrush properties respectively. The following code explains the same.

C#

this.pivotGridControl1.GridLineStroke = new SolidColorBrush(Colors.Red);

this.pivotGridControl1.GridOuterBorderBrush = new SolidColorBrush(Colors.Blue);

this.pivotGridControl1.GroupingBarItemBorderBrush = new SolidColorBrush(Colors.Green);

 

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