Click or drag to resize
GridControlNavigateInGrid Property
Indicates how navigation keys are handled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool NavigateInGrid { get; set; }

Property Value

Type: Boolean
true if navigation keys can be used to move from one cell to another within the grid and false otherwise. The default value is true.
Remarks
This property allows to indicate whether navigation with keyboard keys (arrow keys and TAB or ENTER keys) move the current cell inside the grid itself or if navigation keys can be used to move between the grid and the other controls of the form.
See Also