RibbonPageGroup.Links Property
Gets the collection of links owned by the current page group.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v23.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
BarItemLinkCollection | A BarItemLinkCollection object that contains links owned by the current page group. |
Remarks
The Links and RibbonPageGroup.ItemLinks properties are in sync.
Implements
See Also