Click or drag to resize
KaxTreeNodeNavigateUrl Property
Gets or sets the URL to navigate to when the current node is clicked.

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

Property Value

Type: String
The URL to navigate to when the node is clicked. The default value is empty string which means that clicking the current node will not navigate.
Remarks

Setting the NavigateUrl property will disable node selection and as a result the NodeClick event won't be raised for the current node.

See Also