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

Declaration

public virtual void UnMergeRibbon()

Remarks

See the RibbonControl.MergeRibbon topic to learn more.

See Also