BarManager.MDIMergeStyle Property
In This Article
Gets or sets if the BarManager's bars can be merged.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
MDIMerge |
An MDIMerge |
#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