[]
Specifies the actions taken by the grid when the user presses a key.
public enum KeyAction
| Name | Description |
|---|---|
| Default | No special action. |
| MoveAcross | Move the cursor right by one column. |
| MoveAcrossOut | Move the cursor right by one column, and to the next control in the tab order when the last cell is reached. |
| MoveDown | Move the cursor down by one row. |
| None | Ignore the key. This setting may be useful in situations where there are default buttons on a form. In this case, the grid should ignore the Enter key and let the form handle it. |