Using:
<PackageReference Include="Syncfusion.Xamarin.SfTreeView" Version="16.3.0.29" />
<PackageReference Include="Xamarin.Forms" Version="3.3.0.967583" />
Code:
<syncfusion:SfTreeView.ExpanderTemplate>
<DataTemplate>
<ViewCell>
<ViewCell.View>
<Grid>
<Label IsVisible="{ Binding HasChildNodes }" Text="C" />
<Label IsVisible="{ Binding IsExpanded }" Text=" E" />
</Grid>
</ViewCell.View>
</ViewCell>
</DataTemplate>
</syncfusion:SfTreeView.ExpanderTemplate>
result:
HasChildNodes does not work
IsExpanded does not work in al cases
it looks that it does not work on the last levels