ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / RequireOpenedPane Property

In This Topic
    RequireOpenedPane Property
    In This Topic
    Determines whether clicking the header will close the currently opened pane (leaving all the accordion's panes closed).
    Syntax
    'Declaration
     
    Public Property RequireOpenedPane As System.Boolean
    public System.bool RequireOpenedPane {get; set;}
    See Also