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
160
Custom ConditionalFormatting
posted

Is it possible to create an own conditional format rule, where the value is beeing checked against a custom binding?

Eg.

 

 

 

 

 

 

 

 

 

 

 

<ig:TemplateColumn.ConditionalFormatCollection>
 
<MY:CustomFormatRule Value="false" Match="{Binding Path=IsEnabled}" StyleToApply="{StaticResource SomeResource}" />
</ig:TemplateColumn.ConditionalFormatCollectio>

How can I achieve this?

Parents Reply Children