alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved