ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Accordion 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 panes at a time.
    Syntax
    'Declaration
     
    
    Public Property AllowExpandMany As Boolean
    public bool AllowExpandMany {get; set;}
    See Also