Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / ActivePage Property

In This Topic
    ActivePage Property (C1Accordion)
    In This Topic
    Gets or sets the C1AccordionPage that is currently selected.
    Syntax
    'Declaration
     
    
    Public Property ActivePage As C1AccordionPage
    public C1AccordionPage ActivePage {get; set;}
    See Also