DashboardToolboxItem Constructors
A toolbox item of the specified dashboard toolbox group.| Name | Parameters | Description |
|---|---|---|
| DashboardToolboxItem(String, Action, String) | name, click, icon | Initializes a new instance of the DashboardToolboxItem class. |
| DashboardToolboxItem(String, Action, String, String) | name, click, icon, title | Initializes a new instance of the DashboardToolboxItem class. |
| DashboardToolboxItem(String, Action, String, String, String) | name, click, icon, title, type | Initializes a new instance of the DashboardToolboxItem class. |
See Also