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

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