Configurates
C1.Web.Mvc.TreeView.LazyLoadFunction. Sets a client function that loads child nodes on demand.
Syntax
'Declaration
Public Function LazyLoadFunction( _
ByVal As String _
) As TreeViewBuilder
public TreeViewBuilder LazyLoadFunction(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also