Check documentation for the latest version of dhtmlxSuite isHidden DHTMLX Docs

isHidden

checks if a button is hidden

boolean isHidden();
booleantrue - the button is hidden, otherwise - false

Example

var isBtnHidden = myWins.window(id).button(id).isHidden();

Back to top