ProgressBarBaseControl.TabStop Property
Gets or sets whether this control can be focused using the TAB key.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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