Skip to main content

RibbonControl.ToolbarItemLinks Property

Gets the bar item links displayed within the Ribbon Quick Access Toolbar.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object that stores bar item links displayed within the Ribbon Quick Access Toolbar.

#Remarks

To display bar item links within the Ribbon Quick Access Toolbar, add them to the ToolbarItemLinks collection.

See Also