[]
Gets or sets the action to perform when the ENTER key is pressed.
public virtual KeyAction KeyActionEnter { get; set; }
The default setting for this property is MoveDown, which causes the control to move the selection to the next row. This is the standard Excel behavior.