Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarManagerMergeEventArgs Class

Provides data for the BarManager.Merge and BarManager.UnMerge events.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class BarManagerMergeEventArgs :
    EventArgs

#Remarks

For MDI applications, XtraBars provides bar merging functionality which allows you to combine the bars of the parent and child MDI forms. The merge and corresponding unmerge mechanisms are invoked based on the BarManager.MdiMenuMergeStyle property value.

The BarManager.Merge event is fired by the merge mechanism to let you manually merge specific bars belonging to the parent and child MDI forms, as required. To undo the merge results, handle the BarManager.UnMerge event, which is fired when required by the unmerge mechanism. See the BarManager.Merge topic for more information.

#Inheritance

Object
EventArgs
BarManagerMergeEventArgs
See Also