TreeList.ShowToolTips

Syntax

ShowToolTips: Boolean

Description

The ShowToolTips property determines whether tooltips are displayed on hovering the cursor on a tree node.

Comments

Available values:

Use JSON or the setShowToolTips method to set the property value and the getShowToolTips method to get the property value.

Example

The example of property use is given in the TreeList.HoverColor property description.

See also:

TreeList