ShowDataTips Property (FlexListBase)

Action

Gets whether dataTips are displayed for text in the rows.

If true, dataTips are displayed. DataTips are tooltips designed to show the text that is too long for the row. If you set a dataTipFunction, dataTips are shown regardless of whether the text is too long for the row.

The default value is false.

Syntax

'Declaration
Protected Read Property showDataTips As Boolean

Access

Read only.