Back to Devexpress

BarItemMenuHeader.ItemLinks Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemmenuheader-82b4946a.md

latest1.3 KB
Original Source

BarItemMenuHeader.ItemLinks Property

Provides access to a collection of BarItemLinks, hosted in this BarItemMenuHeader. This is a dependency property.

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 hosts all BarItemLinks displayed in this BarItemMenuHeader.

|

See Also

BarItemMenuHeader Class

BarItemMenuHeader Members

DevExpress.Xpf.Bars Namespace