Skip to main content

RibbonAndBarsMergeStyle Enum

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum RibbonAndBarsMergeStyle

Members

Name Description
Default

Ribbon/Bar merging is managed by the RibbonControls/BarManagers themselves. The Document Manager/Navigation Frame control does not affect this process.

Always

Bar and Ribbon controls in child Documents/NavigationPages merge to Bar and Ribbon controls in a parent application form whenever possible.

WhenNotFloating

Documents docked as tabs merge their Bar and Ribbon controls, whereas floating Documents do not. This mode is meant to be used only for Document Manager since Navigation Frame pages never float.

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