Hi,
I have a contente page that displays information about a child, I want the title on that page to display the child's name. I cant seem to figure out how to properly bind the content page's Title to the child's name.
Looking for something like Title.SetBinding(Label.TextProperty, x => x.Child.Name)
Using XLabs Viewfactory for MVVM.