RadioButton How-to Topics

The RadioButton is a Button that can be selected, but not cleared, by a user. You can set the IsChecked property of a RadioButton by clicking it, but it can only be cleared programmatically.

In This Section

Reference

RadioButton

RadioButton Sample

See Also

Reference

ToggleButton