Click or drag to resize
KaxTreeNodeToolTip Property
Gets or sets the tooltip shown for the node when the user hovers it with the mouse

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

Property Value

Type: String
A string representing the tooltip. The default value is empty string.
Remarks
The ToolTip property is also used as the alt attribute of the node image (in case ImageUrl is set)
See Also