Back to Devexpress

DashboardPopupMenu Class

dashboard-devexpress-dot-dashboardwin-bee78fe7.md

latest3.3 KB
Original Source

DashboardPopupMenu Class

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardPopupMenu :
    PopupMenu
vb
Public Class DashboardPopupMenu
    Inherits PopupMenu

The following members return DashboardPopupMenu objects:

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.

Inheritance

Object MarshalByRefObject Component PopupMenuBase PopupMenu DashboardPopupMenu

See Also

DashboardPopupMenu Members

Toolbars

Ribbon

DevExpress.DashboardWin Namespace