Check documentation for the latest version of dhtmlxSuite getUndo DHTMLX Docs

getUndo

gets length of available UnDo operations

array getUndo();
arraylength of available UnDo operations

Available only in PRO Edition

Example

var undo=myTreeGrid.getUndo();

Back to top