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
Post a Comment