Is there a way to have another binding as a fallback value?
I\'m trying to do something like this:
What you are looking for is something called PriorityBinding (#6 on this list)
(from the article)
The point to PriorityBinding is to name multiple data bindings in order of most desirable to least desirable. This way if the first binding fails, is empty and/or default, another binding can take it's place.
e.g.