Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseOfficePageNavigation { get; set; }

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
.OptionsNavigation .UseOfficePageNavigation
WinExplorerView
.OptionsNavigation .UseOfficePageNavigation

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.

See Also