Kendo.Mvc.UI.RangeSlider
Kendo UI RangeSlider component
Properties
LargeStep
The 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.
LeftDragHandleTitle
The title of the left drag handle of the RangeSlider.
Max
The maximum value of the RangeSlider.
Min
The minimum value of the RangeSlider.
Orientation
The orientation of a RangeSlider - "horizontal" or "vertical".
RightDragHandleTitle
The title of the right drag handle of the RangeSlider.
SelectionEnd
The selection end value of the RangeSlider.
SelectionStart
The selection start value of the RangeSlider.
SmallStep
The 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.
TickPlacement
Denotes the location of the tick marks in the RangeSlider. The available options are:
Tooltip
Configuration of the RangeSlider tooltip.
Methods
SerializeSettings
Serialize current instance to Dictionary