GridView.OptionsNavigation Property
Gets options regarding cell navigation.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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