Skip to main content

RibbonControl.PageHeaderItemLinks Property

Gets a collection of bar item links displayed at the right edge of the Ribbon Control in the same row with tab headers.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object representing the collection of bar item links.

#Remarks

To display bar item links at the right edge of the Ribbon Control in the same row with tab headers, add them to the PageHeaderItemLinks collection.

To display bar item links within the Ribbon Quick Access Toolbar, add them to the RibbonControl.ToolbarItemLinks collection. To display bar item links within a Ribbon Page Group, add them to the RibbonPageGroup.ItemLinks collection.

See Also