[]
Defines constants that specify which action to perform when Enter key is pressed.
public enum GridEnterAction
Name | Description |
---|---|
MoveAcross | Move to the next column. At the end of the row, wrap to the start of the next row. |
MoveDown | Move the selection to the next row. |
None | No special action. |