Hi I am working with WPF PRISM architecture.
I have two usercontrols: UCParent--UCParentVM UCChild -- UCChildVM Both have their own viewmodels. Now that I have injected UCChild into UCParent. But I want to access a property ("UCParent.DataContext.ProeprtyForChild") in the Parent usercontrol UCParent. How do I able to get the parent's DataContext.Property?
I Tried some relative source and element name binding. I think i am getting them completely wrong. So any clues?
Thanks in advance