Check documentation for the latest version of dhtmlxSuite getMin DHTMLX Docs

getMin

returns current minimal value of a slider

number getMin();
numbercurrent minimal value

Example

mySlider.getMin();

Back to top