ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Accordion Class / AllowCollapseAll Property

In This Topic
    AllowCollapseAll Property (Accordion)
    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