Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTab Class / Groups Property

In This Topic
    Groups Property (RibbonTab)
    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