Skip to main content

RibbonPageGroup.Links Property

Gets the collection of links owned by the current page group.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.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