RibbonPageGroup.Links Property
In This Article
Gets the collection of links owned by the current page group.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
[Browsable(false)]
public BarItemLinkCollection Links { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The Links and RibbonPageGroup.ItemLinks properties are in sync.
See Also