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: 196
c#4.0
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