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

GridView.OptionsNavigation Property

Gets options regarding cell navigation.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsNavigation OptionsNavigation { get; }

Property Value

Type Description
GridOptionsNavigation

A GridOptionsNavigation object.

Remarks

Use the properties of the OptionsNavigation object to specify the manner in which row cells can be navigated via the keyboard. For instance, the GridOptionsNavigation.EnterMoveNextColumn property specifies whether pressing the Enter key moves focus to the next column. Refer to the GridOptionsNavigation members for information on specific options.

See Also