Skip to main content
A newer version of this page is available. .

BackstageViewControl.Merge(BackstageViewControl) Method

Merges items from the target BackstageViewControl into this BackstageViewControl.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public virtual void Merge(
    BackstageViewControl second
)

Parameters

Name Type Description
second BackstageViewControl

A whose items will be merged into this BackstageViewControl.

Remarks

See MDI Bar Merging to learn more.

See Also