Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonStatusBarControl.Merge(RibbonStatusBarControl) Method

Merges the specified ribbon status bar with the current bar.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public void Merge(
    RibbonStatusBarControl childStatusBar
)

#Parameters

Name Type Description
childStatusBar RibbonStatusBarControl

A RibbonStatusBarControl whose visible item links must be merged with the current RibbonStatusBarControl.

#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 MDI Ribbon Merging article for detailed information about the merging mechanism.

See Also