Skip to main content
A newer version of this page is available. .
Bar

PopupMenuBase.ItemLinks Property

Provides access to links owned and displayed by the popup menu.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object containing links owned by the popup menu.

Remarks

Use the ItemLinks property to add, remove or modify links owned by the popup menu. These links are displayed at the root level of the popup menu.

You can also use the PopupMenuBase.AddItem, PopupMenuBase.InsertItem, PopupMenuBase.RemoveLink, etc. methods to manipulate the link collection. These methods are equivalent to methods provided by the ItemLinks collection.

See Also