IValueConverter is an interface defined in Microsoft .NET XAML for use in WPF, Silverlight and Xamarin.
I'm writing my very first Silverlight app. I have a datagrid with a column that has two labels, for the …
datagrid silverlight-3.0 ivalueconverterI've bound enums to radio buttons before, and I generally understand how it works. I used the alternate implementation from …
wpf mvvm radio-button ivalueconverterI'm binding the Source property of an Image to a string. This string may be null in which case I …
.net wpf image exception-handling ivalueconverterI have a textbox that is bound to a class with a property of type Timespan, and have written a …
wpf data-binding ivalueconverterOver the course of the last year or so I have seen many different value converters for many different purposes, …
c# wpf ivalueconverter valueconverterI have data comming back from web service in the form of a ObservableCollection<string> I want to …
wpf silverlight data-binding ivalueconverterI would like to use static texts fetched from a web service in my WP7 app. Each text has a …
c# windows-phone-7 xaml ivalueconverterI am binding a dependency property to textboxex in WPF. The property is a string that has some values separated …
c# wpf binding ivalueconverterI want to set an image's source according to its DataContext in a ChildWindow. Here is the XAML file: <…
c# wpf silverlight binding ivalueconverterJust wondering if it is possible to show a WPF on a disabled item ONLY (and not when the item …
c# wpf binding tooltip ivalueconverter