Check documentation for the latest version of dhtmlxSuite isHeaderVisible DHTMLX Docs

isHeaderVisible

checks if the cell's header is visible

boolean isHeaderVisible();
booleantrue, if the header is visible, false otherwise

Example

var isVisible = mySidebar.cells(id).isHeaderVisible();

Change log

added in version 4.5

Back to top