ComponentOne ASP.NET MVC Controls
LazyLoadActionUrl Property

C1.Web.Mvc Namespace > TreeView Class : LazyLoadActionUrl Property
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

Reference

TreeView Class
TreeView Members