Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPage Class / IsExpanded Property

In This Topic
    IsExpanded Property
    In This Topic
    Gets or sets a value that determines whether C1AccordionPage is expanded or not.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also