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

RibbonControl.UnMergeRibbon() Method

Restores the original layout of Ribbon Controls after they have been manually merged via the RibbonControl.MergeRibbon method.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual void UnMergeRibbon()

Remarks

See the RibbonControl.MergeRibbon topic to learn more.

See Also