Windows.UI.Xaml.Controls.RadioButton.GroupName
June 22, 2022 · View on GitHub
-description
Gets or sets the name that specifies which RadioButton controls are mutually exclusive.
-xaml-syntax
<RadioButton GroupName="nameString"/>
-property-value
The name that specifies which RadioButton controls are mutually exclusive. The default is null.