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

DashboardPopupMenu(BarManager) Constructor

Initializes a new instance of the DashboardPopupMenu class.

Namespace: DevExpress.DashboardWin

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

Declaration

public DashboardPopupMenu(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager object representing the component used to create and manage bars and individual bar items.

See Also