Check documentation for the latest version of dhtmlxSuite removeItem DHTMLX Docs

removeItem

completely removes an item from Ribbon

void removeItem(string itemId);
itemIdstringid of an item

Example

myRibbon.removeItem(itemId);

Back to top