Properties
- BoundControlID - ID of a control to use for a single handle
- ClientMultiHandleSliderTargets - The list of controls used to bind slider handle values. These should be Label or TextBox controls
- CssClass - A master style to apply to slider graphical elements
- Decimals - The number of decimal digits in a single slider's value
- EnableHandleAnimation - Determines if the slider handles display of an animation effect when the position is changed
- EnableInnerRangeDrag - Determines if the inner rail range can be dragged as a whole, moving both handles defining it
- EnableKeyboard - Determines if the slider will respond to arrow keys when it has focus
- EnableMouseWheel - Determines if the slider will respond to the mouse wheel when it has focus
- EnableRailClick - Determines if clicking the rail will detect and move the closest handle
- HandleAnimationDuration - Determines the total duration of an animation effect in seconds
- HandleCssClass - A CSS class of a single handle
- HandleImageUrl - URL for an image to display in the slider's handle
- Increment - Determines the number of slider points to increment or decrement using the keyboard or mouse wheel. It is ignored if the steps property is used
- InnerRailStyle - Determines how the inner rail style is handled
- IsReadOnly - Determines if the slider and its values can be manipulated
- IsServerControl - Determines if a control is server-side
- Length - The slider rail length in pixels
- Maximum - The highest value on the slider
- Minimum - The lowest value on the slider
- MultiHandleSliderTargets - The list of controls used to bind slider handle values. These should be Label or TextBox controls
- OnClientDrag - An event raised when a user drags the slider
- OnClientDragEnd - An event raised when a user drops the slider
- OnClientDragStart - An event raised when a user initiates the drag operation on the slider
- OnClientLoad - An event raised when the slider is completely loaded on the page
- OnClientValueChanged - An event raised when the slider changes its state
- Orientation - Determines if the slider's orientation is horizontal or vertical
- RailCssClass - A CSS class for the slider's rail element
- RaiseChangeOnlyOnMouseUp - Determines if changes events to the slider's values are raised during dragging. Otherwise, they are raised when dragging is completed
- ShowHandleDragStyle - Determines if the slider handles will show a style effect when they are being dragged
- ShowHandleHoverStyle - Determines if the slider handles will show a style effect when they are hovered over
- ShowInnerRail - Determines if the slider will show an inner selected range rail. Otherwise, it will be displayed as a uniform rail
- Steps - Determines the number of discrete locations on the slider. Otherwise, the slider is continous
- TooltipText - Determines text to display as a tooltip; {0} denotes the current handle's value in the format string