Click or drag to resize
KaxTreeViewSingleExpandPath Property
Gets a value indicating whether only the current branch of the treeview is expanded.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool SingleExpandPath { get; set; }

Property Value

Type: Boolean
Remarks
The property closes all nodes that are not parents of the last expanded node. This property is only effective on the client browser - in postback modes you need to handle the logic yourself.
See Also