Check documentation for the latest version of dhtmlxSuite hideStatusBar DHTMLX Docs

hideStatusBar

hides status bar object attached to component's bottom

void hideStatusBar();

Example

dhxComponent.hideStatusBar();

Back to top