alexa
menu

WPF

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved