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.v19.2.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.

See Also