IValueConverter can be used if the Background property of a cell is to be set depending on the value in the cell. I have a requirement where in the background property of a cell in Field1 is to be set depeding on the difference of the corresponding values in Field2 and Field3. What is the best way to implement this.
Thanks.
Hello,
In this case, you need a MultiValueConverter. You can see an example of using IMultiValueConverter here.