Open atakanyildirim opened 3 years ago
When ı bind an object which is null, ı get error " is null. Cannot access member:" So ı want to use Conditional evaluation Such as { "type": "TextBlock", "color": "${if(priceChange >= 0, 'good', 'attention')}" } is it possible?
When ı bind an object which is null, ı get error " is null. Cannot access member:" So ı want to use Conditional evaluation Such as { "type": "TextBlock", "color": "${if(priceChange >= 0, 'good', 'attention')}" } is it possible?