[]
Configurates KeyActionEnter. Sets the action to perform when the ENTER key is pressed.
public FlexGridDetailProviderBuilder<T> KeyActionEnter(KeyAction value)
Public Function KeyActionEnter(value As KeyAction) As FlexGridDetailProviderBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| KeyAction | value | The value. |
| Type | Description |
|---|---|
| FlexGridDetailProviderBuilder<T> | Current builder. |