MVVM Group Radio Button

Posted by LnDCobra on Stack Overflow See other posts from Stack Overflow or by LnDCobra
Published on 2010-04-26T12:31:48Z Indexed on 2010/04/26 12:33 UTC
Read the original article Hit count: 286

What is the best way of binding a number of RadioButtons to an enum using MVVM?

The only way I can think of is binding each group box's IsChecked to a property, and in the setter of that property assign a value to an enum in the view model.

Any help is appreciated.

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about radiobutton