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
275
Bind StyleTrigger on GroupByRecordPresenter to summary value
posted

Hi!

I'd like to know how can I create a style trigger for the GroupByRecordPresenter to show a different colour depending on the group summary value.

Example: Show red when group sum <> 0 otherwise leave as default.

This style currently sets the background of all group rows to red.

<Style TargetType="{x:Type igWPF:GroupByRecordPresenter}">
     <Setter Property="Background" Value="Red" />
</Style>

The problem is I don't know to which property I should bind the trigger to.

Thanks in advance,

Ricardo

Parents Reply Children
No Data