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

DockLayoutManager.AllowMergingAutoHidePanels Property

Gets or sets whether auto-hide groups can be merged. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

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

Declaration

public bool AllowMergingAutoHidePanels { get; set; }

Property Value

Type Description
Boolean

true, if auto-hide groups can be merged; otherwise, false.

Remarks

See the MDI Bar Merging and Ribbon Merging articles to learn more.

See Also