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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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