Kendo.Mvc.UI.Fluent.SliderTooltipSettingsBuilder
Defines the fluent API for configuring SliderTooltipSettings
Methods
Enabled(System.Boolean)
Disables (false) or enables (true) the tooltip of the Slider.
Parameters
value System.Boolean
The value for Enabled
Format(System.String)
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.
Parameters
value System.String
The value for Format
Template(System.String)
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.
Parameters
value System.String
The value for Template
TemplateId(System.String)
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.
Parameters
templateId System.String
The ID of the template element for Template