EnterKeyBehavior Property

Specify what happens when you press ENTER in the grid control.

Syntax

Public Property EnterKeyBehavior As EnterKeyBehavior

Applies To

Grid Object

Data Type

Enumerated

The following settings are available:

Constant Value Description
NextCol 0(Default) Move to next col.
NextRow 1 Move to next row.
EnterKeyDefault 2 The grid exits Edit mode and stay in the same cell.