Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

BindingContext between Page(Content) and view

$
0
0

Hi,

Could you please anyone guide me on what are the difference for BindingContext between Page(Content) and view(Controls-Label).

<**ContentPage**.BindingContext>
    <local:ContentViewModel/>
  </ContentPage.BindingContext>

<**Label**.BindingContext>
      <local:LabelViewModel />
    </Label.BindingContext>

Thanks in advance.


Viewing all articles
Browse latest Browse all 58056

Trending Articles