Hallo,
I have a Xaml TabbedPage(object) with 3 views in it
<view:1 />
<view:2 />
<view:3 />
I can acces the object in XAML but not in the code behind
{Binding object} is working but object not.
How can i make this object accessible in the code too?