Dynamic property binding

Is there a way to dynamically bind property based of some parameters. and make it bidirectional.
I can use expression to get to the right property but its not bidirectional
I am trying this
image

You can't make an expression binding bidirectional. How would it know what to write back?

Explain what you're really trying to do and someone will offer a solution.

2 Likes