ToolBarMergeStyle Enum
Enumerates the types of controls for which automatic merging is enabled.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Automatic merging is disabled. |
Main
|
Automatic merging is enabled for main menus and Ribbon If the source and target main menus/Ribbon controls have different merge names (Merging Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see Bar |
Status
|
Automatic merging is enabled for status bars. Status bars are Status If the source and target status bars have different merge names (Merging Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see Bar |
Tool
|
Automatic merging is enabled for regular bars. Regular bars are Tool A toolbar is merged to another toolbar that has the same Caption (Tool Merging is enabled if the source and target objects reside within the child and parent name scopes, respectively (see Bar |
Main
|
A combination of the Tool |
Main
|
A combination of the Tool |
Status
|
A combination of the Tool |
All
|
A combination of the Tool |
#Remarks
Use the MergingProperties.ToolBarMergeStyle property to specify the types of controls for which automatic merging is enabled.