'Declaration
Public Overloads Function Bind( _ ByVal data As IEnumerable(Of Object), _ Optional ByVal lazyLoadActionUrl As String _ ) As TreeViewBuilder
public TreeViewBuilder Bind( IEnumerable<object> data, string lazyLoadActionUrl )
Parameters
- data
- The nodes data.
- lazyLoadActionUrl
- URL of the load action for lazy nodes. It is optional. When it is provided, the C1.Web.Mvc.TreeView control works in lazy loading mode. Otherwise, all the nodes will be loaded from data.