---
title: tooltipProps API
description: "API Index | tooltipProps"
api_reference: true
slug: api_rangeslider_tooltipprops_wrapper
---

# TooltipProps

### tooltip-enabled `Boolean`

* If `tooltip-enabled` is set to `true`, the tooltip of the RangeSlider is enabled.
* If `tooltip-enabled` is set to `false`, the tooltip of the RangeSlider is disabled.

### tooltip-format `String`

The `format` string for the text of the tooltip.

> The applied format will also influence the appearance of the tick labels of the RangeSlider.

### tooltip-template `String`

The template of the tooltip.

The template supports the following variables:

* `selectionStart`&mdash;The currently selected start value.
* `selectionEnd`&mdash;The currently selected end value.

## Suggested Links

* [`Tooltip` in Kendo UI RangeSlider for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/rangeslider/configuration/tooltip)
