Configurates
C1.Web.Mvc.TreeView.AutoCollapse. Sets a value that determines if sibling nodes should be collapsed when a node is expanded.
Syntax
'Declaration
Public Function AutoCollapse( _
ByVal As Boolean _
) As TreeViewBuilder
public TreeViewBuilder AutoCollapse(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also