Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Xamarin Forms 3.3.0 error: No property, bindable property or event found for UWP

$
0
0

I met strange error for UWP from following xaml:

<ContentPage.ToolbarItems>
    <ToolbarItem Text="{Binding [SelectData]}" Command="{Binding AddNewDataCommand}">
      <ToolbarItem.Icon>
        <OnPlatform x:TypeArguments="FileImageSource" iOS="data.png" UWP="Assets/data.png"/>
      </ToolbarItem.Icon>
    </ToolbarItem>
    ...
</ContentPage.ToolbarItems>

When compile, I got:

No property, bindable property, or event found for 'UWP', or mismatching type between value and property.

Why ?


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>