Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
xamlDataGrid Style Property
posted

I have attached the image file. I'm trying to apply border color for GroupBy Area Location.

Please give Style property to apply same color for border in GroupByLocation Area.

 

 

<Style TargetType="{x:Type igDP:GroupByAreaMulti}">

<Setter Property="BorderBrush" Value="#FFE3EFFF"/>

</Style>