[]
Gets or sets the text to display in the ToolTip for the slider cell.
public string TooltipText { get; set; }
Public Property TooltipText As String
This property allows you to specify some text to display in the tooltip of the slider handle. If the text contains the {0} placeholder, it is replaced by the current value of the slider.