ShowDataTip Property (FlexSlider)

Class

FlexSlider.

Action

Gets whether the data tip shows during user interaction.

If set to true, show a data tip during user interaction containing the current value of the slider.

The default value is true.

Syntax

C#
protected Boolean showDataTip { get; }
VB
'Declaration
Protected Read Property showDataTip As Boolean

Access

Read only.