menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum EnterKeyBehavior - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved