Back to Devexpress

PopupMenuInfo.ItemLinks Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupmenuinfo.md

latest1.2 KB
Original Source

PopupMenuInfo.ItemLinks Property

Provides access to a collection of bar item links displayed within this PopupMenu.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarItemLinkCollection ItemLinks { get; }
vb
Public ReadOnly Property ItemLinks As BarItemLinkCollection

Property Value

TypeDescription
BarItemLinkCollection

A BarItemLinkCollection object that stores bar item links displayed within this PopupMenu.

|

See Also

PopupMenuInfo Class

PopupMenuInfo Members

DevExpress.Xpf.Bars Namespace