ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Accordion 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;}
    See Also