How to change SummaryBar's (or summary row's) background and foreground color?Thanks!
Hello sluo2008,
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.
In case the above suggestion helped you solve your issue please verify the thread as answered, so other users may take better advantage of it.
I was looking into your requirements and I can suggest you set a Style for SummaryRecordPresenter. In order to achieve the desired functionality you can try the following code snippet:
<Style TargetType="{x:Type igDP:SummaryRecordPresenter}">
<Setter Property="Background" Value="Red"/>
<Setter Property="Foreground" Value="Blue"/>
</Style>
If you need any further assistance on this, please do not hesitate to ask.