Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridView.OptionsNavigation Property

Gets options regarding cell navigation.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#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