Class EnterKeyBehavior
Inheritance
System.Object
EnterKeyBehavior
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public sealed class EnterKeyBehavior : Enum
Fields
AddNewLineFeed
Adds the new line on pressing the Enter key. Supress the KeyDown and PreviewKeyDown event of EditControl on pressing enter key.
Declaration
public const EnterKeyBehavior AddNewLineFeed
Field Value
Type |
---|
EnterKeyBehavior |
Default
Adds the new line on pressing the Enter Key.
Declaration
public const EnterKeyBehavior Default
Field Value
Type |
---|
EnterKeyBehavior |
VS
Adds the new line on pressing Enter key. Adds new line above the current line on pressing Ctrl + Enter key.
Declaration
public const EnterKeyBehavior VS
Field Value
Type |
---|
EnterKeyBehavior |