Click or drag to resize
KaxTreeNodePostBack Property
Gets or sets a value indicating whether clicking on the node will postback.

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 PostBack { get; set; }

Property Value

Type: Boolean
True if the node should postback; otherwise false.
Remarks
If you subscribe to the NodeClick all nodes will postback. To turn off that behavior you can set the PostBack property to false.
See Also