DashboardToolboxItem(String, Action, String) Constructor
Initializes a new instance of the DashboardToolboxItem class.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string value that is a toolbox item’s unique name. |
| click | Action | A custom function that is invoked when a click occurs. |
| icon | String | A string value that is the icon id from the SVG definition. |
See Also