Click here to Skip to main content
15,902,938 members
Articles / Desktop Programming / MFC

MVVM - Binding Multiple Radio Buttons To a single Enum Property in WPF

3 Oct 2009CPOL 4.6K   1   2
I had a property in my View Model, of an Enum type, and wanted to bind multiple radio buttons to this.Firstly, I wrote a simple Enum to Bool converter, like this.public class EnumToBoolConverter : IValueConverter { #region IValueConverter Members public object Convert(object
We're sorry, but the article you are trying to view was deleted at 10 Oct 2009.

Please go to the MFC Table of Contents to view the list of available articles in this section.