Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / SelectedGroupName Property


In This Topic
    SelectedGroupName Property
    In This Topic
    Gets or sets name of the selected group name in the RibbonGallery.
    Syntax
    'Declaration
     
    
    Public Property SelectedGroupName As String
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As String
     
    instance.SelectedGroupName = value
     
    value = instance.SelectedGroupName
    public string SelectedGroupName {get; set;}
    See Also