What I\'m trying to do is create a UserControl to which I can pass an Address object. It seems that when I pass Address=\"{Binding Path=Person.Address}\" to the Us
Address=\"{Binding Path=Person.Address}\"
In MainWindow.xaml :
and then in AddressView.xaml
This displays the summary for me.