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

DashboardToolbarItem(Nullable<Boolean>, Action<DashboardToolbarItemClickEventArgs>) Constructor

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

Namespace: DevExpress.DashboardWin

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

Declaration

public DashboardToolbarItem(
    bool? isChecked,
    Action<DashboardToolbarItemClickEventArgs> clickAction
)

Parameters

Name Type Description
isChecked Nullable<Boolean>

True, to create a button in a checked state; otherwise, false.

clickAction Action<DashboardToolbarItemClickEventArgs>

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

See Also