upperInclusive
Specifies whether the upper limit of the selection is included in the result set. For example, if the upper limit of the Range Slider selection is 15, a setting of upperInclusive=true (default) includes the value 15 in the result set.

A setting of upperInclusive=false in this case excludes the value 15 from the result set.

Note that the range display on the slider reflects the status of the upperInclusive property.
Type
Boolean true: Include upper limit in selection (default)
false: Exclude upper limit from selection
Example
RangeSlider1.upperInclusive=false;
See Also
Range Slider Properties, for more information on user selection editing.
| << tickVisible | © 1996-2013 InetSoft Technology Corporation (v11.4) | VS.9 Calendar >> |