can any one tell me how can we enable/ disable button by radio button in MVVM.

Posted by atul gupta on Stack Overflow See other posts from Stack Overflow or by atul gupta
Published on 2010-06-17T08:41:45Z Indexed on 2010/06/17 8:43 UTC
Read the original article Hit count: 168

Filed under:

can any one tell me how can we enable/ disable button by radio button in MVVM.

I have two radio Buttons (a) Standard Comparision (b) Custom Comparision and a Button BtnRestore.

I want that if i select (a) then BtnRestore will be Disable, and if i select (b) then BtnRestore will be Enable.

© Stack Overflow or respective owner

Related posts about c#4.0