Check documentation for the latest version of dhtmlxSuite getWidth DHTMLX Docs

getWidth

returns cell width

number getWidth();
numbercell width

Example

var w = myLayout.cells(id).getWidth();

Back to top