Skip to main content
Bar

BarItems.CreatePopupMenu(BarItem[]) Method

Creates a new PopupMenu with the specified manager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupMenu CreatePopupMenu(
    params BarItem[] items
)

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