Skip to main content
Bar

PopupMenu(BarManager) Constructor

Initializes a new instance of the PopupMenu class with the specified BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupMenu(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager object representing the Bar Manager which will manage the created popup menu. This value is assigned to the PopupMenuBase.Manager property.

See Also