The BindingContext
of the ContentView
is usually also the BindingContext
of the ContentPage
since it is passed down from the parent.
So you should not even need to set ContentView.BindingContext
if you already set the parent ContentPage.BindingContext
.
If I am missing something, please let me know.