DashboardToolboxItem(String, Action, String, String, String) Constructor
Initializes a new instance of the DashboardToolboxItem class.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
public DashboardToolboxItem(
string name,
Action click,
string icon,
string title,
string type
)
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. |
| title | String | A string value that is a dashboard toolbox item title. |
| type | String | A string value that is a dashboard item type. |
See Also