Skip to main content
Bar

PopupMenuBase.Merge(PopupMenu) Method

Merges the specified menu’s items with the current menu’s items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void Merge(
    PopupMenu menu
)

Parameters

Name Type Description
menu PopupMenu

A PopupMenu object whose items need to be merged with the current menu’s items.

See Also