↧
Introduction to Value Converters – Data Conversion
One of the nicest things that you can do with data binding in WPF is that you can convert the data as you pull it from the data source. The source data might not be compatible with what the target...
View ArticleIValueConverter with Markup Extension
We have seen the Introduction to Value Converters in the previous post. Converter is a Binding property of type IValueConverter. You can set this property to an instance of a class which implements...
View ArticleIntroduction to Multi Binding and Multi value converter using...
For Introduction to Value Converters, see the post here. For more information on mode property, see the the post on mode here. MultiBinding allows us to bind a binding target property to a list of...
View Article