Click or drag to resize
RadioButtonGroupName Property
Gets or sets the name that specifies which RadioButton controls are mutually exclusive.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public string GroupName { get; set; }

Property Value

Type: String
See Also