A newer version of this page is available.
Switch to the current version.
DashboardToolbarItemClickEventArgs Class
Provides data for the action performed after clicking the command button in the dashboard title or dashboard item caption.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
public class DashboardToolbarItemClickEventArgs :
EventArgs
Public Class DashboardToolbarItemClickEventArgs
Inherits EventArgs
Remarks
An instance of this class is accessible in a click action assigned to a DashboardToolbarItem created in the CustomizeDashboardTitle or CustomizeDashboardItemCaption event handlers of the DashboardViewer or DashboardDesigner classes.
See Also
Feedback