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


In This Topic
    GroupName Property (RibbonGalleryItem)
    In This Topic
    The group name associated with the gallery Item.
    Syntax
    'Declaration
     
    
    Public Property GroupName As String
    'Usage
     
    
    Dim instance As RibbonGalleryItem
    Dim value As String
     
    instance.GroupName = value
     
    value = instance.GroupName
    public string GroupName {get; set;}
    See Also