Skip to main content
A newer version of this page is available. .

RibbonPageGroup.Links Property

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

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

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