Share via


RadioButton.GroupName Property

Definition

Gets or sets the name that identifies which radio buttons are mutually exclusive. This is a bindable property.

public:
 property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
public string GroupName { get; set; }
member this.GroupName : string with get, set
Public Property GroupName As String

Property Value

The group name. Radio buttons with the same group name are mutually exclusive. The default is null.

Applies to