windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-f0847033.md
Gets or sets whether users can focus page headers and navigate between them with the keyboard.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean AllowNavigationThroughPages { get; set; }
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowNavigationThroughPages As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
true to allow users to focus page headers and navigate between them with the keyboard; otherwise, false.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
The Default value depends on the WindowsFormsSettings.KeyboardNavigationExtensions property value.
Enable the AllowNavigationThroughPages option to allow users to focus page headers with the mouse or Tab key. Once a page header is focused, users can perform the following actions:
You can use the ShowHeaderFocus property to specify whether to highlight a focused page header with a dashed rectangle.
See Also