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

RibbonAndBarsMergeStyle Enum

Provides members that specify Bar and Ribbon Controls merging within a DocumentManager component.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum RibbonAndBarsMergeStyle

Members

Name Description
Default

Ribbon/Bar merging is managed by the RibbonControls/BarManagers themselves, rather than the Document Manager.

Always

Bar and Ribbon controls in child Documents will merge to Bar and Ribbon controls in a parent application form whenever it’s possible.

WhenNotFloating

Bar and Ribbon controls in child Documents will always be merged, unless these Documents are floating.

Related API Members

The following properties accept/return RibbonAndBarsMergeStyle values:

Remarks

The RibbonAndBarsMergeStyle enumerator values are passed to the DocumentManager.RibbonAndBarsMergeStyle property as parameters. See the Bar and Ribbon Merging topic to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RibbonAndBarsMergeStyle 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