ItemTemplate propeties

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>

1 Reply

VR Vigneshkumar Ramasamy Syncfusion Team July 12, 2018 06:44 AM UTC

Hi Anthony,  
  
Thanks for contacting Syncfusion support.  
  
We have checked the query from our end. We would like to let you know that we have mentioned about how to use DataTemplateSelector in the SfListView in our UG documentation. Please refer the below link for more details.  
  
  
Please let us know if you require further assistance.  
  
Regards,  
Vigneshkumar R 


Loader.
Up arrow icon