Skip to main content

TextEdit.EditCoreIsTabStop Property

Gets or sets whether navigating to the editor using the TAB key activates the editing mode. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool EditCoreIsTabStop { get; set; }

Property Value

Type Description
Boolean

true, to activate the editing mode when the end-user navigates to the editor using the TAB key; otherwise, false. By default, true.

See Also