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

In This Topic
    AllowExpandMany Property
    In This Topic
    Gets or sets a value that determines whether users should be allowed to expand multiple pages at a time.
    Syntax
    'Declaration
     
    
    Public Property AllowExpandMany As Boolean
    public bool AllowExpandMany {get; set;}
    Remarks
    The default value is false, which ensures only one page is expanded at a time.
    See Also