ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGallery Class / Items Property

In This Topic
    Items Property (RibbonGallery)
    In This Topic
    Gets the collection of items in the gallery.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Items As RibbonGalleryItemCollection
    public new RibbonGalleryItemCollection Items {get;}
    See Also