Skip to main content

RibbonControl.MDIMergeStyle Property

Gets or sets if the RibbonControl can be merged.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public MDIMergeStyle MDIMergeStyle { get; set; }

#Property Value

Type Description
MDIMergeStyle

A DevExpress.Xpf.Bars.MDIMergeStyle value specifying if the RibbonControl can be merged.

#Remarks

The merging mechanism is invoked according to the DockLayoutManager.MDIMergeStyle and DocumentPanel.MDIMergeStyle properties.

You can prevent RibbonControls and RibbonStatusBarControls from being merged by setting the RibbonControl.MDIMergeStyle and/or RibbonStatusBarControl.MDIMergeStyle property to MDIMergeStyle.Never. If these properties are set to other values, merging is enabled for these objects.

See Merging Overview to learn more.

See Also