| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| Animate | A value indicates whether to slide handle smoothly when user click outside handle on the bar. |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| DragFill | A value determines whether the fill may be dragged between the buttons. |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| Height | Overridden. Gets or sets the height of the slider. |
| ID | (Inherited from System.Web.UI.Control) |
| Max | A value indicates the maximum value of the slider. |
| Min | A value indicates the minimum value of the slider. |
| OnClientButtonClick | Raised when the decrement button or increment button has been clicked. |
| OnClientButtonMouseDown | Raised when the mouse is down on the decrement button or decrement button. |
| OnClientButtonMouseOut | Raised when the mouse is leave the decrement button or increment button. |
| OnClientButtonMouseOver | Raised when the mouse is over the decrement button or increment button. |
| OnClientButtonMouseUp | Raised when the mouse is up on the decrement button or increment button. |
| Orientation | A value indicates whether the slider has the min at the left, the max at the right or the min at the bottom, the max at the top. Possible values: 'horizontal', 'vertical'. |
| Range | If the option value set to true, the slider will detect if you have two handles and create a styleable range element between these two. Two other possible values are 'min' and 'max'. A min range goes from the slider min to one handle. A max range goes from one handle to the slider max. |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| Step | A value indicates the size or amount of each interval or step the slider takes between min and max. The full specified value range of the slider (max - min) needs to be evenly divisible by the step. |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| Value | A value indicates the value of the slider, if there's only one handle. If there is more than one handle, determines the value of the first handle. |
| Values | This option can be used to specify multiple handles. If range is set to true, the length of 'values' should be 2. |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | Overridden. Gets or sets the width of the slider. |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |