ASP.NET MVC Controls
Bind(String,String) Method

URL of the load action.
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.
Loads the nodes from the specified url.
Syntax
'Declaration
 
Public Overloads Function Bind( _
   ByVal loadActionUrl As String, _
   Optional ByVal lazyLoadActionUrl As String _
) As TreeViewBuilder

Parameters

loadActionUrl
URL of the load action.
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.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback