ComponentOne ASP.NET MVC Controls
ExpandOnClick Property

C1.Web.Mvc Namespace > TreeView Class : ExpandOnClick Property
Gets or sets a value that determines whether to expand collapsed nodes when the user clicks the node header.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property ExpandOnClick As Boolean
[DefaultValue(true)]
public bool ExpandOnClick {get; set;}
See Also

Reference

TreeView Class
TreeView Members