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

In This Topic
    LazyLoadActionUrl Property
    In This Topic
    Gets or sets the url to get the lazy nodes in TreeView.
    Syntax
    'Declaration
     
    
    Public Property LazyLoadActionUrl As String
    public string LazyLoadActionUrl {get; set;}
    Remarks
    If set to True, the children nodes are loaded when the parent node is expanded. Otherwise, all the nodes will be loaded.
    See Also