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 |