ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / TabGroupDeserializedEventArgs Class / TabGroup Property

In This Topic
    TabGroup Property
    In This Topic
    Gets the RibbonContextualTabGroup loaded from XML.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabGroup As RibbonContextualTabGroup
    public RibbonContextualTabGroup TabGroup {get;}
    See Also