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

In This Topic
    OnClientSelectedIndexChanged Property (Accordion)
    In This Topic
    Occurs when the value of the selectedIndex property changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientSelectedIndexChanged As String
    public string OnClientSelectedIndexChanged {get; set;}
    See Also