Skip to main content

BaseEdit.TabStop Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool TabStop { get; set; }

Property Value

Type Default Description
Boolean true

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