ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / OnClientGotFocus Property

In This Topic
    OnClientGotFocus Property (TreeView)
    In This Topic
    Occurs when the control gets the focus.
    Syntax
    'Declaration
     
    
    Public Property OnClientGotFocus As String
    public string OnClientGotFocus {get; set;}
    See Also