KaxTreeNodeToolTip Property |
Gets or sets the tooltip shown for the node when the user hovers it with the mouse
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override string ToolTip { get; set; }
Public Overrides Property ToolTip As String
Get
Set
public:
virtual property String^ ToolTip {
String^ get () override;
void set (String^ value) override;
}
abstract ToolTip : string with get, set
override ToolTip : string with 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