Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroup Class / Items Property

In This Topic
    Items Property (RibbonGroup)
    In This Topic
    Gets the collection of Ribbon items in this group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As RibbonItemCollection
    public RibbonItemCollection Items {get;}
    See Also