Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets a skin for TreeView

void setSkin(string skin);
skinstring"dhx_skyblue", "dhx_web", "dhx_terrace", "dhx_material"

Example

myTreeView.setSkin("dhx_web");

See also
Back to top