Back to Devexpress

BaseEdit.TabStop Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-486f6394.md

latest1.3 KB
Original Source

BaseEdit.TabStop Property

Gets or sets whether an end-user can focus this control using the TAB key.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool TabStop { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overridable Property TabStop As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an end-user can focus the control using the TAB key; otherwise, false.

|

Remarks

See the TabStop topic to learn more.

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace