Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon 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
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As RibbonGalleryItemCollection
     
    value = instance.Items
    public new RibbonGalleryItemCollection Items {get;}
    See Also