Back to Devexpress

BarSubItemLink.ItemLinks Property

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

latest1.3 KB
Original Source

BarSubItemLink.ItemLinks Property

Provides access to the collection of links displayed in the current submenu.

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 contains the submenu’s items.

|

See Also

Items

Items and Links

BarSubItemLink Class

BarSubItemLink Members

DevExpress.Xpf.Bars Namespace