Gets or sets the grouping association whereby multiple radio buttons can be linked together to form a mutually exclusive assortment of buttons. Only one radio button control in a group can be selected at any time.
[Visual Basic] Overridable Public Property Name As String [C#] public string Name {override get; override set;} [C++] public: __property virtual String* get_Name(); public: __property virtual void set_Name(String*); [JScript] public function get Name() : String; public function set Name(String);
The grouping association of radio button controls.
HtmlInputRadioButton Class | HtmlInputRadioButton Members | System.Web.UI.HtmlControls Namespace