Check documentation for the latest version of dhtmlxSuite getItemText DHTMLX Docs

getItemText

returns the item's text

string getItemText(string|number id);
idstring|numberthe item's id
stringthe item's text

Example

var text = myTreeView.getItemText(id);

See also
Back to top