Enum EnterKeyBehavior
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public enum EnterKeyBehavior
Fields
| Name | Description |
|---|---|
| AddNewLineFeed | Adds the new line on pressing the Enter key. Supress the KeyDown and PreviewKeyDown event of EditControl on pressing enter key. |
| Default | Adds the new line on pressing the Enter Key. |
| VS | Adds the new line on pressing Enter key. Adds new line above the current line on pressing Ctrl + Enter key. |