menu

WPF

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

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public enum TabKeyBehavior

    Fields

    Name Description
    Default

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

    VS

    Adds the space according to the TabSpace property.

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