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