ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTab Class / Groups Property

In This Topic
    Groups Property
    In This Topic
    Gets the collection of item groups on this tab.
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As RibbonGroupCollection
    public RibbonGroupCollection Groups {get;}
    See Also