[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CalendarBuilder.KeyActionTab

KeyActionTab Method

KeyActionTab(CalendarTabKeyAction)

Configurates KeyActionTab. Sets the action to perform when the Tab key is pressed.

Declaration
public CalendarBuilder KeyActionTab(CalendarTabKeyAction value)
Public Function KeyActionTab(value As CalendarTabKeyAction) As CalendarBuilder
Parameters
Type Name Description
CalendarTabKeyAction value

The value.

Returns
Type Description
CalendarBuilder

Current builder.

Remarks

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.