ToolboxExtension.addToolboxItem(String, DashboardToolboxItem) Method
Allows you to add a specified toolbox item into a specified toolbox 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 toolbox group name. To get a toolbox group name, use the DashboardToolboxGroup.name property. |
| toolboxItem | DashboardToolboxItem | A DashboardToolboxItem object that is a dashboard toolbox item. |
See Also