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
710
Background of GroupByRecordPresenter
posted

Hi,

I am trying to change the background of GroupByRecordPresenter by using the following code

But the only area that gets changed is where the icon for expander and collapsing is, The background of the text doesnt get changed

<Style TargetType="{x:Type igDP:GroupByRecordPresenter}">
                  <Setter Property="Foreground" Value="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type igDP:XamDataGrid}, ResourceId=LabelForeground}}"/>
                  <Setter Property="Background" Value="Black"/>

----

-----

Thanks

Sumeet