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

In This Topic
    SelectedIndex Property
    In This Topic
    Gets or sets the index of the currently expanded accordion pane.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As System.Integer
    public System.int SelectedIndex {get; set;}
    See Also