RangeSliderComponent
Represents the Kendo UI RangeSlider component for Angular.
Selector
kendo-rangeslider
Export Name
Accessible in templates as #kendoRangeSliderInstance="kendoRangeSlider"
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabled |
|
Determines whether the Slider is disabled (see example). To learn how to disable the component in reactive forms, refer to the article on Forms Support. | |
fixedTickWidth |
|
Sets the width between each two ticks along the track (see example). The value
has to be set in pixels. If no | |
largeStep |
|
Specifies that every nth tick will be large and will have a label (see example). Accepts positive integer values only. | |
max |
|
The maximum value of the Slider (see example). The attribute accepts both integers and floating-point numbers. | |
min |
|
The minimum value of the Slider (see example). The attribute accepts both integers and floating-point numbers. | |
readonly |
|
|
Determines whether the Slider is in its read-only state (see example). |
smallStep |
|
The step value of the Slider (see example). Accepts positive values only. Can be an integer or a floating-point number. | |
tabindex |
|
Specifies the tabindex of the Slider. | |
tickPlacement |
|
Denotes the location of the tick marks in the Slider (see example). The available options are:
| |
title |
|
Defines the title of the ticks (see example). The default title for each tick is its Slider value. If you use a callback function, the function accepts an argument that holds the value of the component and returns a string with the new title. | |
value |
|
Sets the range value of the RangeSlider.
The component can use either NgModel or the | |
vertical |
|
If |
Events
Name | Type | Description |
---|---|---|
blur |
|
Fires each time the component is blurred. |
focus |
|
Fires each time the user focuses the component. |
valueChange |
|
Fires each time the user selects a new value. |
Methods
blur |
---|
Blurs the RangeSlider. |
focus |
---|
Focuses the RangeSlider. ts
|