Back to Devexpress

AdvBandedGridOptionsNavigation Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-advbandedgridoptionsnavigation-dot-underscore-properties.md

latest3.1 KB
Original Source

AdvBandedGridOptionsNavigation Properties

Provides navigation options for Advanced Banded Grid Views.

NameDescription
AllowHeaderNavigationGets or sets whether a user can focus column headers and navigate between them with the keyboard. Inherited from GridOptionsNavigation.
AutoFocusNewRowGets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid row. Inherited from GridOptionsNavigation.
AutoMoveRowFocusGets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row’s last/first cell is focused. Inherited from GridOptionsNavigation.
EnterMoveNextColumnGets or sets whether the Enter key moves focus to the next cell. Inherited from GridOptionsNavigation.
UseAdvHorzNavigationGets or sets a value specifying whether advanced horizontal navigation is enabled.
UseAdvVertNavigationGets or sets whether advanced vertical navigation is enabled within a View.
UseOfficePageNavigationEnables 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. Inherited from GridOptionsNavigation.
UseTabKeyGets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus to the next/previous row cell or to the next/previous control in tab order. Inherited from GridOptionsNavigation.

See Also

AdvBandedGridOptionsNavigation Class

AdvBandedGridOptionsNavigation Members

DevExpress.XtraGrid.Views.BandedGrid Namespace