Gets or sets tooltip text what will be displayed when mouse is over slider.

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

Syntax

C#
[JsonAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
public override string ToolTip { get; set; }
Visual Basic
<JsonAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Overrides Property ToolTip As String
	Get
	Set

See Also