[]
Defines constants that specify which action to perform when Tab key is pressed.
public sealed class GridTabAction : Enum
| Name | Description |
|---|---|
| Cycle | Move the selection to the next column, then wrap to the next row, then out of the control. |
| None | No special action. |
| value__ |