Back to Devexpress

DockLayoutManager.Merge Event

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

latest1.8 KB
Original Source

DockLayoutManager.Merge Event

Allows you to customize menus and bars when the merging mechanism is invoked.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public event BarMergeEventHandler Merge
vb
Public Event Merge As BarMergeEventHandler

Event Data

The Merge event's data class is DevExpress.Xpf.Docking.BarMergeEventArgs.

Remarks

The Merge event fires when the merging mechanism is invoked. Handle this event to perform additional bars/menus customization. For instance, you can manually merge specific bars by calling the Bar.Merge method. To undo customizations made via the Merge event, handle the DockLayoutManager.UnMerge event.

See Also

UnMerge

Merge(Bar)

UnMerge

Merge Bars and Ribbons in MDI Mode

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace