Skip to main content

RibbonStatusBarControl.RightItemLinks Property

Gets the collection of links displayed on the right of the RibbonStatusBar.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object that stores the links displayed on the right of the RibbonStatusBar.

#Remarks

Add item links to this collection to display them on the right of the RibbonStatusBar. To display items on the left of the status bar, use the RibbonStatusBarControl.LeftItemLinks collection.

See Also