Check documentation for the latest version of dhtmlxSuite getItemImage DHTMLX Docs

getItemImage

gets the image of the tree col

string getItemImage(string|number rowId);
rowIdstring|numberid of row
stringthe image of the tree col

Example

myTreeGrid.getItemImage(rowId);

Back to top