GridOptionsNavigation.UseOfficePageNavigation Property
Enables the Office 2007 navigation mode, where pressing the PAGE DOWN key moves focus to the bottom visible record, and pressing the PAGE UP key moves focus to the top visible record.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if Office 2007 navigation mode is enabled; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseOfficePageNavigation |
---|---|
GridView |
|
WinExplorerView |
|
Remarks
If the UseOfficePageNavigation property is set to true, pressing the PAGE DOWN key moves focus to the bottom visible record; pressing the PAGE UP key moves focus to the top visible record.
If the UseOfficePageNavigation property is set to false, pressing the PAGE DOWN key scrolls the bottom visible record to the top; pressing the PAGE UP key scrolls the top visible record to the bottom.