3
Answers

Clear GroupRadiobuttons

jayaram

jayaram

13y
1.6k
1
Hi
        I am using group radiobuttons, when I click clear button all controls are come to initialstate but these group buttons not cleared.
My requirement is when I click clear button all radiobuttons are also come to uncheck state.
I have written for uncheck radiobutton

RadioButton.ToggleState = ToggleState.Off;

Any one can tel me how to clear(uncheck) all RadioButtons in that 
Gorup.
Answers (3)