Skip to main content

DashboardToolbarItem(String, Action<DashboardToolbarItemClickEventArgs>) Constructor

Initializes a new instance of the DashboardToolbarItem class with the specified tooltip and click action.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardToolbarItem(
    string tooltip,
    Action<DashboardToolbarItemClickEventArgs> clickAction
)

Parameters

Name Type Description
tooltip String

A String that is the text displayed in a tooltip.

clickAction Action<DashboardToolbarItemClickEventArgs>

A Action delegate method that specifies an action performed after clicking the command button.

Remarks

This constructor creates an item which cannot be pushed because it has no checked state.

See Also