DashboardToolbarMenuItem Constructors
Drop-down menu element, contained in the dashboard title or dashboard item caption.| Name | Parameters | Description |
|---|---|---|
| DashboardToolbarMenuItem(Nullable<Boolean>, String, Action<DashboardToolbarItemClickEventArgs>) | isChecked, caption, clickAction | Initializes a new instance of the DashboardToolbarMenuItem class with the specified checked state, caption and click action. |
| DashboardToolbarMenuItem(String, Action<DashboardToolbarItemClickEventArgs>) | caption, clickAction | Initializes a new instance of the DashboardToolbarMenuItem class with the specified caption and click action. |
See Also