alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TabKeyBehavior

    Gets or sets the Tab Key behavior in EditControl. Insert the space on pressing the Tab key if TabKeyBehavior is VS. Insert the Tab, if TabKeyBehavior is Default.

    Inheritance
    System.Object
    TabKeyBehavior
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public sealed class TabKeyBehavior : Enum

    Fields

    Default

    Adds the tab "\t" on pressing Tab key.

    Declaration
    public const TabKeyBehavior Default
    Field Value
    Type
    TabKeyBehavior

    VS

    Adds the space according to the TabSpace property.

    Declaration
    public const TabKeyBehavior VS
    Field Value
    Type
    TabKeyBehavior
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved