Configurates
C1.Web.Mvc.TreeView.ExpandOnLoad. Sets a value that determines whether to toggle checkboxes when the user clicks the node header.
Syntax
'Declaration
Public Function ExpandOnLoad( _
ByVal As Boolean _
) As TreeViewBuilder
public TreeViewBuilder ExpandOnLoad(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also