RibbonGalleryBarItem.MergedLinks Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public BarItemLinkCollection MergedLinks { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also