Skip to main content

ProgressBarBaseControl.TabStop Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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