Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

set skin for the component

void setSkin(string skin);
skinstringname of skin

Example

tree.setSkin("dhx_skyblue")

Back to top