Check documentation for the latest version of dhtmlxSuite isEnabled DHTMLX Docs

isEnabled

returns "true" if the slider is enabled

boolean isEnabled();
booleantrue/false

Example

mySlider.isEnabled();

Back to top