NavigationPane.AllowNavigationThroughPages Property
Gets or sets whether users can focus page headers and navigate between them with the keyboard.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
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:
- Press Left and Right Arrow keys to navigate to the previous/next page header.
- Press Home and End keys to navigate to the first/last page header.
- Press the Space key to expand/collapse the NavigationPane.
You can use the ShowHeaderFocus property to specify whether to highlight a focused page header with a dashed rectangle.