You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: