DashboardToolbarItem(Action<DashboardToolbarItemClickEventArgs>) Constructor
Initializes a new instance of the DashboardToolbarItem class with the specified click action.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
clickAction | Action<DashboardToolbarItemClickEventArgs> | A Action delegate method that specifies an action performed after clicking the command button. |
See Also