BarItems.CreatePopupMenu(BarItem[]) Method
Creates a new PopupMenu with the specified manager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | BarItem[] | A BarManager object which will manage the created popup menu. |
Returns
Type | Description |
---|---|
PopupMenu | A PopupMenu object that represents the created popup menu. |
See Also