Any suggestion how i bind the item data to a property on a custom control inherited from Xamarin.Forms.DataTemplateSelector
<sync:SfListView.ItemTemplate>
<local:MyDataTemplateSelector Data="{Binding .}" ></local:MyDataTemplateSelector> //get a null exception here
</sync:SfListView.ItemTemplate>