Check documentation for the latest version of dhtmlxSuite isHeaderVisible DHTMLX Docs

isHeaderVisible

returns true if a header is visible

boolean isHeaderVisible();
booleantrue if header is visible

Example

var state = myLayout.cells(id).isHeaderVisible();

Back to top