Back to Devexpress

GridOptionsNavigation.UseOfficePageNavigation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsnavigation-2fd67f13.md

latest2.5 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseOfficePageNavigation { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property UseOfficePageNavigation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if Office 2007 navigation mode is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

GridOptionsNavigation Class

GridOptionsNavigation Members

DevExpress.XtraGrid.Views.Grid Namespace