RadioButton.GroupName Property

Definition

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

String

Platform::String

winrt::hstring

The name that specifies which RadioButton controls are mutually exclusive. The default is null.

Applies to