Two-Way Binding of ViewModel Properties #3478
Unanswered
mysteryx93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I want to bind two ViewModel properties together. I can use this syntax and setup two one-way bindings. It gets very verbose if I need to setup 10 properties like that.
Is there a better approach?
The idea is that if one property changes, the other one reflects that change.
Beta Was this translation helpful? Give feedback.
All reactions