Top "Ivalueconverter" questions

IValueConverter is an interface defined in Microsoft .NET XAML for use in WPF, Silverlight and Xamarin.

Pass value of a field to Silverlight ConverterParameter

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 ivalueconverter
WPF MVVM Radio buttons on ItemsControl

I've bound enums to radio buttons before, and I generally understand how it works. I used the alternate implementation from …

wpf mvvm radio-button ivalueconverter
ImageSourceConverter error for Source=null

I'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 ivalueconverter
How to handle exception in Value converter so that custom error message can be displayed

I have a textbox that is bound to a class with a property of type Timespan, and have written a …

wpf data-binding ivalueconverter
WPF ValueConverter - Standard return for unconvertible value

Over the course of the last year or so I have seen many different value converters for many different purposes, …

c# wpf ivalueconverter valueconverter
Binding ObservableCollection<> to a TextBox

I have data comming back from web service in the form of a ObservableCollection<string> I want to …

wpf silverlight data-binding ivalueconverter
How to pass a static value to IValueConverter in XAML

I would like to use static texts fetched from a web service in my WP7 app. Each text has a …

c# windows-phone-7 xaml ivalueconverter
Get the Source value in ConvertBack() method for IValueConverter implementation in WPF binding

I am binding a dependency property to textboxex in WPF. The property is a string that has some values separated …

c# wpf binding ivalueconverter
Dynamic image source binding in silverlight

I want to set an image's source according to its DataContext in a ChildWindow. Here is the XAML file: <…

c# wpf silverlight binding ivalueconverter
Show WPF tooltip on disabled item only

Just wondering if it is possible to show a WPF on a disabled item ONLY (and not when the item …

c# wpf binding tooltip ivalueconverter