| TabMode | Set Logic for TAB Key | 
Set logic for TAB key
This property is used to define how the TAB key will be processed with the grid control. Possible values are:
| 0 | Normal processing (exits grid). | 
| 1 | Move right across a grid by column, exit on last column. | 
| 2 | Move right across a grid by column, wrap to first column. | 
| 3 | Move down by row, hold on last row. | 
| 4 | Move down by row, return to column 1, hold on last row. | 
0
GRID