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

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