RangeSliderTagHelper

Example

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

ChildTags

Tag NameDetails
slider-tooltipRangeSliderTooltipSettingsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
forModelExpressionAn expression to be evaluated against the current model.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
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.
as-moduleBoolean
has-client-componentBoolean
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-changeStringFires when the RangeSlider value changes as a result of selecting a new value with one of the drag handles or the keyboard.
on-slideStringFires 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.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
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