PopupMenuBase.Merge(PopupMenu) Method
In This Article
Merges the specified menu’s items with the current menu’s items.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void Merge(
PopupMenu menu
)
#Parameters
Name | Type | Description |
---|---|---|
menu | Popup |
A Popup |
See Also