Enum DuplicatesOptions
Defines the constants that specifies the appending of new configuration with duplicated items to the existing one.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum DuplicatesOptions
Fields
| Name | Description |
|---|---|
| DuplicatesNotAllowed | Specifies, if language configuration exists in current configuration, exception will be raised. |
| 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. |
| OverwriteDuplicates | Specifies, if language configuration exists in current configuration, it will be deleted and new configuration will be added. |
| SkipDuplicates | Specifies, if language configuration exists in current configuration means, new configuration will not be added. |