RadioButton.GroupName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name that specifies which RadioButton controls are mutually exclusive.
public:
property Platform::String ^ GroupName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring GroupName();
void GroupName(winrt::hstring value);
public string GroupName { get; set; }
var string = radioButton.groupName;
radioButton.groupName = string;
Public Property GroupName As String
<RadioButton GroupName="nameString"/>
Property Value
The name that specifies which RadioButton controls are mutually exclusive. The default is null.