Check documentation for the latest version of dhtmlxSuite hide DHTMLX Docs

hide

hides the specified item (or a block of items) in the ribbon

void hide(string itemId);
itemIdstringid of an item to hide

Example

myRibbon.hide(itemId);

Back to top