C1.Web.Mvc Namespace / TreeView Class / CollapseWhenDisabled Property

In This Topic
CollapseWhenDisabled Property
In This Topic
Gets or sets a value that determines whether nodes should be collapsed when they are disabled.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property CollapseWhenDisabled As Boolean
 
Remarks
The default value for this property is true
See Also