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

DashboardPopupMenu Class

Represents a dashboard popup menu, managed by a BarManager or RibbonControl.

Namespace: DevExpress.DashboardWin

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

Declaration

public class DashboardPopupMenu :
    PopupMenu

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.

dashboard popup menu

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.

How to invoke Ribbon Control Designer

To customize the dashboard popup menu at run time, use the DashboardDesigner.PopupMenuShowing event.

See Also