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

How do use setters in App.xaml to bind values to a custom class?

$
0
0

I have a custom class with custom properties that need to be retrieved. This works in the app.xaml:

<cols:List x:Key="SchemaModifications" x:TypeArguments="SAL:SchemaModification">
    <SAL:SchemaModification ApplicationVersion="7.7"  />
</cols:List>

but no matter what I try I can't seem to use a setter. Any tips?


Viewing all articles
Browse latest Browse all 77050

Trending Articles