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


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