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