Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItem Class / GroupName Property

In This Topic
    GroupName Property (RibbonGalleryItem)
    In This Topic
    Gets or sets the group name associated with the RibbonGalleryItem.
    Syntax
    'Declaration
     
    
    Public Property GroupName As String
    public string GroupName {get; set;}
    See Also