Check documentation for the latest version of dhtmlxSuite setIconPath DHTMLX Docs

setIconPath

sets the path to the used images

void setIconPath(string path);
pathstringthe path to images on the hard disk

Example

myRibbon.setIconPath("path/to/icons/");

Back to top