GroupIndex Property (RenderInputRadioButton)
In This Topic
Gets or sets the group index of the current radio button. Only one radio button in a group can be checked at any time.
Syntax
'Declaration
Public Property GroupIndex As Integer
public int GroupIndex {get; set;}
See Also