RibbonStatusBarControl.Merge(RibbonStatusBarControl) Method
In This Article
Merges the specified ribbon status bar with the current bar.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
child |
Ribbon |
A Ribbon |
#Remarks
Merging multiple ribbon status bars with a target bar is possible.
To undo a merging operation and restore the original parent ribbon status bar's layout, use the RibbonStatusBarControl.UnMerge method.
See the Merging Overview article for detailed information about the merging mechanism.
See Also