Back to Devexpress

NavigationPageBase.TabStop Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-0290bab1.md

latest1.6 KB
Original Source

NavigationPageBase.TabStop Property

Gets or sets whether or not end-users can focus this page by pressing the “Tab” key.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool TabStop { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TabStop As Boolean

Property Value

TypeDescription
Boolean

true if end-users can focus this page by pressing the “Tab” key; otherwise, false.

|

Remarks

The order in which navigation pages receive focus when end-users repeatedly press “Tab” is specified by the NavigationPageBase.TabIndex property value.

See Also

TabIndex

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace