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

In This Topic
    ShowIcons Property
    In This Topic
    Gets or sets a value that determines whether shows collapsed/expanded icons in the pane headers.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowIcons As Boolean
    [DefaultValue(true)]
    public bool ShowIcons {get; set;}
    See Also