Loads the nodes from the specified data.
シンタックス
'宣言
Public Overloads Function Bind( _
ByVal As System.Collections.Generic.IEnumerable(Of Object), _
Optional ByVal As System.String _
) As TreeViewBuilder
public TreeViewBuilder Bind(
System.Collections.Generic.IEnumerable<object> ,
System.string
)
パラメータ
- 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.
戻り値の型
参照