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