[]
Configurates KeyActionEnter. Sets the action to perform when the ENTER key is pressed.
public virtual TBuilder KeyActionEnter(KeyAction value)
Type | Name | Description |
---|---|---|
KeyAction | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
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.