Hi there,
I have a User Control with a Data Grid inside it which i re-use in a couple of different Pages and am using M-V-VM.
How can I / is it possible to expose the Data Grid's SelectedItem dependancy property as a dependancy property on the User Control which contains it???
The goal being that in a Page using the control, i could bind the SelectedItem of the Grid to a property on the Page's view model. I'm not really concerned with changing the SelectedItem from the view model, mostly with having its current value to do some work.