Back to Devexpress

RibbonAndBarsMergeStyle Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-cfdc2944.md

latest2.5 KB
Original Source

RibbonAndBarsMergeStyle Enum

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

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum RibbonAndBarsMergeStyle
vb
Public Enum RibbonAndBarsMergeStyle

Members

NameDescription
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.

|

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

Bar and Ribbon Merging

DevExpress.XtraBars.Docking2010.Views Namespace