Check documentation for the latest version of dhtmlxSuite deleteItem DHTMLX Docs

deleteItem

deletes an item

void deleteItem(string|number id);
idstring|numberthe item's id

Example

myTreeView.deleteItem("3");

See also
Back to top