GroupName property. The name of the group that this RadioButton is part of.
[Visual Basic] Overridable Public Property GroupName As String [C#] public string GroupName {virtual get; virtual set;} [C++] public: __property virtual String* get_GroupName(); public: __property virtual void set_GroupName(String*); [JScript] public function get GroupName() : String; public function set GroupName(String);
RadioButton Class | RadioButton Members | System.Web.UI.WebControls Namespace