Skip to main content
A newer version of this page is available. .

DashboardToolbarItem Constructors

An element, contained in the dashboard title or dashboard item caption, such as a command button.
Name Parameters Description
DashboardToolbarItem() none Initializes a new instance of the DashboardToolbarItem class with default settings.
DashboardToolbarItem(Action<DashboardToolbarItemClickEventArgs>) clickAction Initializes a new instance of the DashboardToolbarItem class with the specified click action.
DashboardToolbarItem(Nullable<Boolean>, Action<DashboardToolbarItemClickEventArgs>) isChecked, clickAction Initializes a new instance of the DashboardToolbarItem class with the specified checked state, tooltip and click action.
DashboardToolbarItem(Nullable<Boolean>, String, Action<DashboardToolbarItemClickEventArgs>) isChecked, tooltip, clickAction Initializes a new instance of the DashboardToolbarItem class with the specified checked state, tooltip and click action.
DashboardToolbarItem(String, Action<DashboardToolbarItemClickEventArgs>) tooltip, clickAction Initializes a new instance of the DashboardToolbarItem class with the specified tooltip and click action.
DashboardToolbarItem(String) tooltip Initializes a new instance of the DashboardToolbarItem class with the specified setting.
See Also