PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / GroupIndex Property

In This Topic
    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;}
    Remarks
    By default, all RenderInputRadioButton objects are placed in a single group with the GroupIndex set to -1.
    See Also