Check documentation for the latest version of dhtmlxSuite isArrowVisible DHTMLX Docs

isArrowVisible

returns true if the header arrow is visible

boolean isArrowVisible();
booleantrue if arrow is visible

Example

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

Change log

addeed in 4.0

Back to top