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

In This Topic
    ShowIcons Property (Accordion)
    In This Topic
    Gets or 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