Is Xaml deep binding supported for complex types?
My property is a complex type (a class) and I want to bind to the properties of that class, something like:
<controls:MyCustomControl
BindingContext="{Binding MyCustomControlVM}"
IsVisible="{Binding MyCustomComplexProperty.IsCustomControlShown}"/>