Range Slider is a unique feature for selecting a range of value, instead of a single
value.
This topic will show you how to enable/disable range slider.
To enable/disable range slider
- Right-click on WebSlider control and choose Properties.
- Set EnableRange to True.
- You can customize StartValue and EndValue properties
to show the range value.
- Run the project.