[]
Configurates KeyActionTab. Sets the action to perform when the Tab key is pressed.
public CalendarBuilder KeyActionTab(CalendarTabKeyAction value)
Public Function KeyActionTab(value As CalendarTabKeyAction) As CalendarBuilder
| Type | Name | Description |
|---|---|---|
| CalendarTabKeyAction | value | The value. |
| Type | Description |
|---|---|
| CalendarBuilder | Current builder. |
The default setting for this property is "CalendarTabKeyAction.None",this means that pressing the tab key will have no effect and follow the browser's default behavior.