Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonIconItem Class / Group Property

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