ToolboxExtension.addToolbarItem(String, DashboardToolbarItem) Method
Allows you to add a specified toolbar item into a 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 toolbar group name. To get a toolbar group name, use the DashboardToolbarGroup.name property. |
| toolbarItem | DashboardToolbarItem | A DashboardToolbarItem object that is a dashboard toolbar item. |
See Also