Kendo.Mvc.UI.Slider
Kendo UI Slider component
Properties
DecreaseButtonTitle
The title of the decrease button of the Slider.
DragHandleTitle
The title of the drag handle of the Slider.
IncreaseButtonTitle
The title of the increase button of the Slider.
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: largeStep will also set a large tick for every large step.Must be a positive number, larger than smallStep.
Max
The maximum value of the Slider.
Min
The minimum value of the Slider.
ShowButtons
Can be used to show (true) or hide (false) the increase and decrease buttons of a Slider.
SmallStep
The small step value of the Slider. Must be a positive number, otherwise an Javascript exception will be thrown.The small step value determines the amount of Slider value change when the end user clicks on the increase or decrease buttons of the Slider;; presses the arrow keys (the drag handle must be focused); or drags the drag handle..
Tooltip
Configuration of the Slider tooltip.
Value
The underlying value of the Slider.
Orientation
The orientation of a Slider
TickPlacement
Denotes the location of the tick marks in the Slider
Methods
SerializeSettings
Serialize current instance to Dictionary