Back to Devexpress

DockLayoutManager.AllowMergingAutoHidePanels Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-c72083c4.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool AllowMergingAutoHidePanels { get; set; }
vb
Public Property AllowMergingAutoHidePanels As Boolean

Property Value

TypeDescription
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

Merge Bars and Ribbons in MDI Mode

MDI Ribbon Merging

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace