Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets one of the predefined skins ("material" (default),"skyblue","web","terrace")

void setSkin(string name);
namestringthe name of a style

Example

myGrid.setSkin("web"); // sets the "light" skin to the grid

See also
Back to top