Enum MergeType
Defines the constant that specifies the merge type of the Ribbon tab.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum MergeType
Fields
| Name | Description |
|---|---|
| AddItems | Adds the child ribbon element to the parent ribbon even if Ribbon tab has the same caption. |
| MergeItems | Merged the child ribbon element to the parent ribbon if it has same caption. |