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

In This Topic
    ShowIcons Property (AccordionTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Accordion.ShowIcons. Sets a value that determines whether shows collapsed/expanded icons in the pane headers.
    Syntax
    'Declaration
     
    Public Property ShowIcons As Boolean
    public bool ShowIcons {get; set;}
    See Also