TWebJQXSlider
Description
Below is a list of the most important properties methods and events for TWebJQXSlider.
Represents a control that lets the user select from a range of values by moving a thumb along a track.
 |
 |
| Designtime |
Runtime |
HTML template tag
The HTML tag the component can be associated with in an HTML template. Assign the ID
attribute with a unique value and set the identical value to the ElementID property. Detailed
information can be found in the Use of HTML templates topic.
| HTML tag |
<DIV ID=”UniqueID”></DIV> |
| ElementID |
UniqueID |
Properties for TWebJQXSlider
| Property |
Description |
| ButtonsPosition |
Sets the position of the buttons. Options are Both (Left and Right), Left, Right. Only available when ShowRangeSlider is False |
| Maximum |
Sets the maximum value of the slider |
| MaximumValue |
Sets the maximum selected value when ShowRangeSlider is True |
| Minimum |
Sets the minimum value of the slider |
| MinimumValue |
Sets the minimum selected value when ShowRangeSlider is True |
| MinorTicksFrequency |
Sets the frequency of the minor ticks |
| MinorTicksSize |
Sets the size of the minor ticks |
| Mode |
Sets the mode of the slider. Options are Default or Fixed. If fixed the |
| ShowButtons |
Sets if the buttons are displayed. Only available when ShowRangeSlider is False |
| ShowMinorTicks |
Sets if the minor ticks are displayed along the slider |
| ShowRange |
Sets if the slider range background is displayed |
| ShowRangeSlider |
Sets if the slider is displayed as a range slider and has 2 thumbs. This allows to select a minimum and maximum value |
| ShowTicks |
Sets if the ticks are displayed along the slider |
| Step |
Set the slider's increment and decrement step when the thumb is moved |
| Template |
Sets the template used to display the control. Options are Default, Primary, Success, Warning, Danger, Info |
| Theme |
Sets the name of the theme that is used to display the control |
| TickSize |
Sets the size of the ticks |
| TicksPosition |
Sets the position of the ticks. Options are Both (above and below the slider), Bottom or Top |
| Value |
Sets the default value |
Events for TWebJQXSlider
| Property |
Description |
| OnChange |
Event triggered when the value is changed |