C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Slider Namespace / C1Slider Class / Range Property

In This Topic
Range Property
In This Topic
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.
Syntax
'Declaration
 
Public Property Range As System.Boolean
 
See Also