Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void UnMergeRibbon()

Remarks

See the RibbonControl.MergeRibbon topic to learn more.

See Also