DashboardPopupMenu Class
Represents a dashboard popup menu, managed by a BarManager or RibbonControl.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Remarks
The DashboardPopupMenu can be used to provide easy access to commands related to dashboard items and the entire dashboard. The popup menu is opened by right-clicking the dashboard item, clicking a command button in the dashboard title or the dashboard item caption, etc.
The DashboardPopupMenu object is used to maintain a popup menu created during RibbonControl or BarManager design-time initialization. You can customize the created popup menu by clicking the DashboardPopupMenu component smart tag and selecting Run Designer if you use the RibbonControl (or Customize if you use the BarManager). To learn more, refer to Main Toolbar.
To customize the dashboard popup menu at run time, use the DashboardDesigner.PopupMenuShowing event.