ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(True)>
    Public Property IsCollapsed As Boolean
    [DefaultValue(true)]
    public bool IsCollapsed {get; set;}
    See Also