# FarPoint.Web.Spread.Extender.SliderCellType.TooltipText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Extender_SliderCellType_TooltipText_" data-uid="FarPoint.Web.Spread.Extender.SliderCellType.TooltipText*">TooltipText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Extender_SliderCellType_TooltipText_" data-uid="FarPoint.Web.Spread.Extender.SliderCellType.TooltipText*"></a>
<h4 id="FarPoint_Web_Spread_Extender_SliderCellType_TooltipText" data-uid="FarPoint.Web.Spread.Extender.SliderCellType.TooltipText">TooltipText</h4>
<div class="markdown level1 summary"><p>Gets or sets the text to display in the ToolTip for the slider cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string TooltipText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TooltipText As String</code></pre>
</div>
<h5 id="FarPoint_Web_Spread_Extender_SliderCellType_TooltipText_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
