InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputRadioButton Class / GroupName Property

In This Topic
    GroupName Property (InputRadioButton)
    In This Topic
    Gets or sets the name that specifies which InputRadioButton components are mutually exclusive.
    Syntax
    'Declaration
     
    Public Property GroupName As String
    public string GroupName {get; set;}
    See Also