Skip to main content
A newer version of this page is available. .

LayoutPanel.MDIMergeStyle Attached Property

Gets or sets if and when the merging mechanism is invoked for the current panel.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

Returns

Type Description
MDIMergeStyle

An MDIMergeStyle enumerator value that specifies if and when the merge mechanism is invoked for the current panel.

Remarks

The MDIMergeStyle property has a higher priority than the DockLayoutManager.MDIMergeStyle setting.

See Also