ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / TabControl Property

In This Topic
    TabControl Property
    In This Topic
    Gets the TabControl where the OlapGrid and OlapChart controls appear.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabControl As System.Windows.Forms.TabControl
    public System.Windows.Forms.TabControl TabControl {get;}
    See Also