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

BarManagerMergeEventArgs Class

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the BarManagerMergeEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
BarManagerMergeEventArgs
See Also