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

In This Topic
    AllowCollapseAll Property
    In This Topic
    Gets or sets a value that determines whether users should be allowed to collapse all the items.
    Syntax
    'Declaration
     
    
    Public Property AllowCollapseAll As Boolean
    public bool AllowCollapseAll {get; set;}
    Remarks
    The default value is false, which ensures at least one page is always expanded.
    See Also