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

In This Topic
    OnClientLoadingItems Property (TreeView)
    In This Topic
    Occurs before the tree items are generated.
    Syntax
    'Declaration
     
    
    Public Property OnClientLoadingItems As String
    public string OnClientLoadingItems {get; set;}
    See Also