Skip to main content
A newer version of this page is available. .

GridOptionsNavigation Class

Provides navigation options for Grid Views.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public class GridOptionsNavigation :
    ViewBaseOptions

The following members accept/return GridOptionsNavigation objects:

Remarks

The GridOptionsNavigation class provides a set of Boolean properties controlling focus movements within the View. These properties allow you to specify which keys can be used to move cell focus and how cell focus is moved when pressing these keys or performing other actions.

GridOptionsNavigation class instances can be accessed via the desired View’s GridView.OptionsNavigation property.

See Also