The tooltip displayed when the mouse is over the thumb button.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true)]
[DefaultValueAttribute("")]
public string ThumbToolTip { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property ThumbToolTip As String
	Get
	Set

See Also