ToolboxExtension.removeToolbarItem(String, String) Method
Removes the specified toolbar item from the specified toolbar group.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| groupName | String | A string value that is a unique toolbar group name. |
| toolbarItemName | String | A string value that is a unique toolbar item name. |
Remarks
Use the DashboardToolbarItem.name and DashboardToolbarGroup.name properties values to address the toolbar item and group, respectively.
See Also