Skip to main content

DashboardPopupMenu(BarManager) Constructor

Initializes a new instance of the DashboardPopupMenu class.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

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