skin

returns the current skin of the Gantt chart

string skin;

Example

var currentSkin = gantt.skin;// -> "terrace"

See also
Back to top