Skip to main content
A newer version of this page is available. .

SearchControl.IsEditorTabStop Property

Gets or sets a value that indicates whether a control is included in tab navigation.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool IsEditorTabStop { get; set; }

Property Value

Type Description
Boolean

true if the control is included in tab navigation; otherwise, false.

Remarks

If the IsEditorTabStop property is set to false, the control is excluded from tab navigation.

See Also