Showing posts with label xaml formatting. Show all posts
Showing posts with label xaml formatting. Show all posts

Friday, May 16, 2014

an object of the type cannot be applied to a property that expects the type system.windows.data.ivalueconverter

Had a converter class to handle conditional formatting of a xaml field.  Could not
figure out why I was getting compilation errors.

Converter needs to receive a resource that implements IValueConverter interface

<YourClass>Converter needs to implement IValueConverter.