Check documentation for the latest version of dhtmlxSuite hideToolbar DHTMLX Docs

hideToolbar

hides dhtmlxToolbar attached to a cell

void hideToolbar();

Example

dhxComponent.cells(id).hideToolbar();

Back to top