RangeSliderTooltipSettingsBuilder
Methods
Enabled(System.Boolean)
Disables (false) or enables (true) the tooltip of the RangeSlider.
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 RangeSlider tick labels.
Parameters
value - System.String
The value for Format
Template(System.String)
Template of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
Parameters
value - System.String
The value for Template
TemplateId(System.String)
Template of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Template of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
Template of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
Parameters
templateHandler - System.String
The handler that returs the template for Template
Template(Kendo.Mvc.UI.TemplateBuilder)
Template of the tooltip. selectionStart - the current selectionStart. or selectionEnd - the current selectionEnd..
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.