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

BackstageViewControl.Unmerge(BackstageViewControl) Method

Unmerges items of the target BackstageViewControl from this BackstageViewControl.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

public virtual void Unmerge(
    BackstageViewControl second
)

Parameters

Name Type Description
second BackstageViewControl

A whose items will be removed from this BackstageViewControl.

Remarks

See MDI Bar Merging to learn more.

See Also