Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonListItem Class / Group Property


In This Topic
    Group Property (RibbonListItem)
    In This Topic
    Gets the RibbonGroup that this RibbonItem belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Group As RibbonGroup
    'Usage
     
    
    Dim instance As RibbonListItem
    Dim value As RibbonGroup
     
    value = instance.Group
    public RibbonGroup Group {get;}
    See Also