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
  • 21382
    posted

    I am not sure what you are asking.  If you are making your own rule, you have the data object that is being used for that row in the rule.  So any properties could be used directly and not via any sort of binding.

     

    Could you explain a little more?

Reply Children