Check documentation for the latest version of dhtmlxSuite clearAll DHTMLX Docs

clearAll

removes all the loaded items from TreeView and repaints the component

void clearAll();

Example

myTreeView.clearAll();

Back to top