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.v18.2.dll

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