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

In This Topic
    AllowCollapseAll Property (AccordionTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Accordion.AllowCollapseAll. 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