Replies: 2 comments 5 replies
-
You can't bind VM properties to each other. You can let the two VMs communicate through normal C# means, or if you want to use an action you can bind to CommandParameter. Without more details it's hard to suggest something concrete. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just want to transfer data from one viewmodel to another. I create VMs in ShellViewModel:
In SetRetailApiViewModel
And XMLEditorViewModel
How to transfer data from SetRetailApiViewModel.Data to XMLEditorViewModel.Text? |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
How to bind TopBar.Property to CurrentPage.Property? Or how to "send" TopBar.Property to CurrentPage.Property thru Action?
Beta Was this translation helpful? Give feedback.
All reactions