Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonQat Class / Items Property


In This Topic
    Items Property (RibbonQat)
    In This Topic
    Gets the collection of items in the QAT.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Items As RibbonQatItemCollection
    'Usage
     
    
    Dim instance As RibbonQat
    Dim value As RibbonQatItemCollection
     
    value = instance.Items
    public new RibbonQatItemCollection Items {get;}
    See Also