wpf - Identifying the Checked RadioButton without having to test each RadioButton -



wpf - Identifying the Checked RadioButton without having to test each RadioButton -

i have long collection of radiobuttons in group. maintain track of 1 ischecked = true assigning name of button appropriately scoped string variable. assign value of string checked/unchecked event each radiobutton in group.

though seems work, wonder if there isn't more elegant (if not correct) way identify "checked" radiobutton in grouping without having test each radiobutton every time.

michael

wpf

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -