Check documentation for the latest version of dhtmlxSuite selectAll DHTMLX Docs

selectAll

selects all items in the list

void selectAll();

Example

myList.selectAll();

Back to top