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

DashboardToolbarItem(Action<DashboardToolbarItemClickEventArgs>) Constructor

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

Namespace: DevExpress.DashboardWin

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

Declaration

public DashboardToolbarItem(
    Action<DashboardToolbarItemClickEventArgs> clickAction
)

Parameters

Name Type Description
clickAction Action<DashboardToolbarItemClickEventArgs>

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

See Also