Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonRadioButton Class / GroupName Property


In This Topic
    GroupName Property (RibbonRadioButton)
    In This Topic
    Gets or sets the group name of this ribbon radio button.
    Syntax
    'Declaration
     
    
    Public Property GroupName As String
    'Usage
     
    
    Dim instance As RibbonRadioButton
    Dim value As String
     
    instance.GroupName = value
     
    value = instance.GroupName
    public string GroupName {get; set;}
    See Also