PopupMenu(BarManager) Constructor
Initializes a new instance of the PopupMenu class with the specified BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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