Check documentation for the latest version of dhtmlxSuite isPanelVisible DHTMLX Docs

isPanelVisible

returns true, if cell header is visible

void isPanelVisible();

Deprecated

from version 4.0, new usage:

var state = myLayout.cells(id).isHeaderVisible();
Back to top