RibbonAndBarsMergeStyle Enum
Provides members that specify Bar and Ribbon Controls merging within a DocumentManager component.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
Ribbon/Bar merging is managed by the Ribbon |
Always
|
Bar and Ribbon controls in child Documents/Navigation |
When
|
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.