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

RibbonMdiMergeStyle Enum

Contains values specifying when the merge mechanism is invoked in MDI applications when using Ribbon Controls within a parent and child MDI forms.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum RibbonMdiMergeStyle

Members

Name Description
Default

The same as the RibbonMdiMergeStyle.OnlyWhenMaximized option.

Always

Specifies that the merge mechanism should be invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form becomes inactive.

Never

Specifies that the merge mechanism is never invoked.

OnlyWhenMaximized

Specifies that the merge mechanism should be invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view.

Related API Members

The following properties accept/return RibbonMdiMergeStyle values:

Remarks

Use the RibbonControl.MdiMergeStyle property to specify when the merge mechanism should be invoked for Ribbon Controls.

See Ribbon Merging to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RibbonMdiMergeStyle enum.

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.

See Also