Check documentation for the latest version of dhtmlxSuite isVisible DHTMLX Docs

isVisible

returns "true" if the slider is visible

boolean isVisible();
booleantrue/false

Example

mySlider.isVisible():

Back to top