if I have an object say called MyObject, which has a property called MyChild, which itself has a property called Name. How can I get the value of that Name property if all
not sure what you want to do but and how (xaml or code) yet you can always name your object
an then use it in code
myBindingObject.Something.Name
or in xaml