Spread for ASP.NET 12 Product Documentation
TooltipText Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SliderCellType Class : TooltipText Property
Gets or sets the text to display in the ToolTip for the slider cell.
Syntax
'Declaration
 
Public Property TooltipText As String
'Usage
 
Dim instance As SliderCellType
Dim value As String
 
instance.TooltipText = value
 
value = instance.TooltipText
public string TooltipText {get; set;}
Remarks
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.
See Also

Reference

SliderCellType Class
SliderCellType Members