Check documentation for the latest version of dhtmlxSuite getMax DHTMLX Docs

getMax

returns current maximal value of a slider

number getMax();
numbercurrent maximal value

Example

mySlider.getMax();

Back to top