As I know, in Xamarin.Forms you need a source and a path, in order to perform a binding.
Now, I've encountered this piece of code:
<Grid Padding="10">
<Label Text="{Binding Title}" d:Text="{Binding .}" FontSize="20"/>
</Grid>
{Binding .}
and {Binding}
both refer to the entire BindingContext
, instead of a specific property of the BindingContext