Back to Devexpress

TabControlViewBase.AllowKeyboardNavigation Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolviewbase-db8130bb.md

latest1.7 KB
Original Source

TabControlViewBase.AllowKeyboardNavigation Property

Gets or sets whether navigation between tab items can be performed via the keyboard. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool? AllowKeyboardNavigation { get; set; }
vb
Public Property AllowKeyboardNavigation As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true, if navigation between tab items can be performed via the keyboard; otherwise, false.

The default is null.

|

Remarks

To navigate between tab items, use the ARROWS, TAB, HOME and END keys.

To navigate to the next tab, do one of the following:

  • Press ARROW RIGHT
  • Press ARROW DOWN
  • Press CTRL+TAB

To navigate to the previous tab, do one of the following:

  • Press ARROW LEFT
  • Press ARROW UP
  • Press CTRL+SHIFT+TAB

To navigate to the first tab, do this:

  • Press HOME

To navigate to the last tab, do this:

  • Press END

See Also

TabControlViewBase Class

TabControlViewBase Members

DevExpress.Xpf.Core Namespace