Back to Devexpress

RibbonGalleryBarItem.MergedLinks Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbongallerybaritem-c6bdecda.md

latest1.3 KB
Original Source

RibbonGalleryBarItem.MergedLinks Property

Gets the links currently displayed by the link container, including the links that have been merged with the container.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
BarItemLinkCollection

A BarItemLinkCollection object that contains the links currently displayed by the link container.

|

See Also

Links

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.Xpf.Ribbon Namespace