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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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