GridView.OptionsNavigation Property
In This Article
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
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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