If true, treeview collapses all other paths when expanding a node.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ExpandSinglePath { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property ExpandSinglePath As Boolean

See Also