Skip to main content

RibbonStatusBarControl.LeftItemLinks Property

Gets the collection of links displayed on the left 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 left of the RibbonStatusBar.

#Remarks

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

See Also