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

In This Topic
    IsCollapsed Property (AccordionPane)
    In This Topic
    Gets or sets a value that determines whether this AccordionPane is expanded or collapsed.
    Syntax
    'Declaration
     
    Public Property IsCollapsed As Boolean
    public bool IsCollapsed {get; set;}
    See Also