Back to Devexpress

NavBarControl.TabStop Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-cf6424fb.md

latest1.4 KB
Original Source

NavBarControl.TabStop Property

Gets or sets a value indicating whether a user can focus this control using the TAB key.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(false)]
public bool TabStop { get; set; }
vb
<DefaultValue(False)>
Public Property TabStop As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the user can focus the control using the TAB key; otherwise, false.

|

Remarks

This property is overridden to change the default property’s value. See the TabStop topic for more details.

See Also

TabStop

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace