Dynamically enable or disable a binding in perspective

Is there a way to enable or disable a binding on a view property based on certain conditions?

No, but a judicious use of an if / switch / case expression or a transform on the binding could give you a default value.

2 Likes