Share via


4.647 RadioButton

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ButtonBase > ToggleButton > RadioButton, IInputElement

(usage)

<RadioButton> x:Object </RadioButton>

(description)

Represents a button that can be selected, but not cleared, by a user. The IsChecked property of a RadioButton can be set by clicking it, but it can only be cleared programmatically.

[content property]

Content

[name property]

Name

[xml lang property]

Language

(properties)

GroupName

x:String

(description)

The name that specifies which RadioButton controls are mutually exclusive.