RangeSlider.Range

Syntax

Range: Object

Description

The Range property determines value range selected using the sliders.

Comments

Use JSON or the setRange method to set the property value and the getRange method to get the property value.

The property includes the following fields: Begin - starting value of value selection interval, End - end value of value selection interval.

Example

The property use is given in the Example of Creating the RangeSlider Component page.

See also:

 RangeSlider