Click or drag to resize
KaxTreeNodeExpandMode Property
Gets or sets the expand behavior of the tree node. When set to ExpandMode.ServerSide the KaxTreeView will fire a server event (NodeExpand) so you can populate the node on demand.

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

Property Value

Type: TreeNodeExpandMode
On of the TreeNodeExpandMode values. The default value is ClientSide.
See Also