alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DuplicatesOptions

    Defines the constants that specifies the appending of new configuration with duplicated items to the existing one.

    Inheritance
    System.Object
    DuplicatesOptions
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class DuplicatesOptions : Enum

    Fields

    DuplicatesNotAllowed

    Specifies, if language configuration exists in current configuration, exception will be raised.

    Declaration
    public const DuplicatesOptions DuplicatesNotAllowed
    Field Value
    Type
    DuplicatesOptions

    MergeDuplicates

    Specifies, if language configuration exists in current configuration, new configuration will be merged with it. New configuration has higher priority and will overwrite old settings. Useful to redefine coloring.

    Declaration
    public const DuplicatesOptions MergeDuplicates
    Field Value
    Type
    DuplicatesOptions

    OverwriteDuplicates

    Specifies, if language configuration exists in current configuration, it will be deleted and new configuration will be added.

    Declaration
    public const DuplicatesOptions OverwriteDuplicates
    Field Value
    Type
    DuplicatesOptions

    SkipDuplicates

    Specifies, if language configuration exists in current configuration means, new configuration will not be added.

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