Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / PageExpandStateChangingEventArgs Class / Page Property

In This Topic
    Page Property (PageExpandStateChangingEventArgs)
    In This Topic
    Gets the C1AccordionPage whose expanded state is changing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Page As C1AccordionPage
    public C1AccordionPage Page {get;}
    See Also