Check documentation for the latest version of dhtmlxSuite isVisible DHTMLX Docs

isVisible

checks whether a combobox is visible

boolean isVisible();
booleantrue/false

Example

myCombo.isVisible();

Change log

added in version 4.0

Back to top