RangeSlider

Example

Razor
<kendo-rangeslider>
    <slider-tooltip />
</kendo-rangeslider>

ChildTags

Tag NameDetails
slider-tooltipRangeSliderTooltipSettingsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
forModelExpressionAn expression to be evaluated against the current model.
large-stepDoubleThe delta with which the value will change when the user presses the Page Up or Page Down key (the drag handle must be focused). Note: The allied largeStep will also set large tick for every large step.
left-drag-handle-titleStringThe title of the left drag handle of the RangeSlider.
maxDoubleThe maximum value of the RangeSlider.
minDoubleThe minimum value of the RangeSlider.
on-changeStringThe name of the JavaScript function that will handle the change event. Fires when the RangeSlider value changes as a result of selecting a new value with one of the drag handles or the keyboard.
on-slideStringThe name of the JavaScript function that will handle the slide event. Fires when the user drags the drag handle to a new position.
orientationSliderOrientationThe orientation of a RangeSlider - "horizontal" or "vertical".
right-drag-handle-titleStringThe title of the right drag handle of the RangeSlider.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
selection-endDoubleThe selection end value of the RangeSlider.
selection-startDoubleThe selection start value of the RangeSlider.
small-stepDoubleThe small step value of the RangeSlider. The underlying value will be changed when the end user (1) clicks on the increase or decrease buttons of the RangeSlider, (2) presses the arrow keys (the drag handle must be focused), or (3) drags the drag handle.
tick-placementSliderTickPlacementDenotes the location of the tick marks in the RangeSlider. The available options are:
valuesDouble[]The values of the RangeSlider.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support