Check documentation for the latest version of dhtmlxSuite getValue DHTMLX Docs

getValue

returns the current value of a slider control

number|array getValue();
number|arraya value or an array of value pairs for the range mode

Example

var value = mySlider.getValue();

Change log

array as a returned value is added in v4.3

Back to top