Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SliderCellType Class / TooltipText Property
Example


In This Topic
    TooltipText Property
    In This Topic
    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;}

    Property Value

    String containing the text to display
    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.
    Example
    See Also