Check documentation for the latest version of dhtmlxSuite getContextMenuHideAllMode DHTMLX Docs

getContextMenuHideAllMode

returns the state of the "hide all" context menu mode

boolean getContextMenuHideAllMode();
booleantrue - the "hide all" mode is enabled, false - disabled

Example

var isHideAllModeEnabled = myMenu.getContextMenuHideAllMode();

Back to top