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

In This Topic
    SelectedIndex Property (Accordion)
    In This Topic
    Gets or sets the index of the currently selected (active) pane.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(-1)>
    Public Property SelectedIndex As Integer
    [DefaultValue(-1)]
    public int SelectedIndex {get; set;}
    See Also