Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / ItemsPanel Property


In This Topic
    ItemsPanel Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ItemsPanel As RibbonControlHost
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As RibbonControlHost
     
    instance.ItemsPanel = value
     
    value = instance.ItemsPanel
    public RibbonControlHost ItemsPanel {get; set;}
    See Also