I'm developing an application for android and WF8 using mvvmcross.
In WF8 UI I use this code:
IsReadOnly="{Binding Path=DataContext.IsReadOnly, ElementName=DetailPageContentPanel }
and get access to "IsReadOnly" property set at a level above,
Can I do the same in android?
My objective is to get a property access inside a template for a Mvx.MvxBindableLinearLayout.
Thank you in advance for help.