alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class AdditionType

    Represent the Collection of Ribbon elements Addition Type to add items to QAT dynamically.

    Inheritance
    System.Object
    AdditionType
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class AdditionType : Enum

    Fields

    Default

    Adds the item in both QAT and Menu list

    Declaration
    public const AdditionType Default
    Field Value
    Type
    AdditionType

    Menu

    Adds the item only in menu list.

    Declaration
    public const AdditionType Menu
    Field Value
    Type
    AdditionType

    QAT

    Adds the item only in QAT

    Declaration
    public const AdditionType QAT
    Field Value
    Type
    AdditionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved