Class MergeType
Defines the constant that specifies the merge type of the Ribbon tab.
Inheritance
System.Object
MergeType
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class MergeType : Enum
Fields
AddItems
Adds the child ribbon element to the parent ribbon even if Ribbon tab has the same caption.
Declaration
public const MergeType AddItems
Field Value
Type |
---|
MergeType |
MergeItems
Merged the child ribbon element to the parent ribbon if it has same caption.
Declaration
public const MergeType MergeItems
Field Value
Type |
---|
MergeType |