RibbonStatusBarControl.LeftItemLinks Property
In This Article
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 |
---|---|
Bar |
A Bar |
#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