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.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If the IsEditorTabStop property is set to false, the control is excluded from tab navigation.
See Also