Skip to main content
Bar

BarManager.MDIMergeStyle Property

Gets or sets if the BarManager's bars can be merged.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public MDIMergeStyle MDIMergeStyle { get; set; }

#Property Value

Type Description
MDIMergeStyle

An MDIMergeStyle enumerator value specifying if the BarManager's bars can be merged.

#Remarks

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

You can prevent bars that belong to the current BarManager from being merged by setting the MDIMergeStyle property to MDIMergeStyle.Never. If the MDIMergeStyle property is set to other values, the merging is enabled for the current BarManager.

See MDI Bar Merging to learn more.

See Also