Kendo.Mvc.UI.SliderTooltipSettings
Kendo UI SliderTooltipSettings class
Properties
Enabled
Disables (false) or enables (true) the tooltip of the Slider.
Format
Format string for the text of the tooltip. Note: The applied format will also influence the appearance of the Slider tick labels.The slider widget supports precision of up-to 10 digits after the decimals point.
Template
Template of the tooltip. The following variables are passed by the Slider and are ready to be used inside the template: value - the current value when using a regular slider or selectionStart and selectionEnd - the current values when using a range slider.
TemplateId
The id of the script element used for Template
Methods
SerializeSettings
Serialize current instance to Dictionary