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

ProgressBarBaseControl.TabStop Property

Gets or sets whether this control can be focused using the TAB key.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also