I'd like to change progressbar color depending on value, for example:
>50 - red
<=50 - green
How to do it in app?
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 13 Jul 2020, 01:40 PM
Hello, Oleg,
I suppose that you would like to change the color of ProgressBarElement within a custom PropertyGridItem. Please refer to the following code snippet that demonstrates how you can achieve this: