SliderTooltipSettingsBuilder
Methods
Enabled(System.Boolean)
Disables (false) or enables (true) the tooltip of the Slider.
Parameters
value - System.Boolean
The value for Enabled
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.
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
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.
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
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.
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
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
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
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.
TemplateHandler(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
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
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
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current SliderTooltipSettingsBuilder instance.