Check documentation for the latest version of dhtmlxSuite unselectAll DHTMLX Docs

unselectAll

removes selection from all the items in the list

void unselectAll();

Example

myList.unselectAll();

Back to top