New to Kendo UI for VueStart a free 30-day trial

Represents the settings that can be passed to the Calendar inside the DateRangePicker.

Definition

Package:@progress/kendo-vue-dateinputs

Properties

Defines the bottommost view to which the user can navigate.

Enables the customization or the override of the default Calendar cell (see example).

Sets the className of the Calendar.

Sets the default active view of the Calendar. If not set, the Calendar will display the month view.

disabled?

boolean

Determines whether the Calendar is disabled.

Sets the initial focused date of the Calendar.

Enables the customization or the override of the default header title in the Calendar (see example).

id?

string

Sets the id of the Calendar.

max?

Date

Sets the maximum allowed date of the Calendar. Defaults to 2099-12-31.

min?

Date

Sets the minimum allowed date of the Calendar. Defaults to 1900-1-1.

Determines if the navigation sidebar will be displayed.

onBlur?

(event: any) => void

Fires each time the Calendar is blurred.

Parameters:eventany

onFocus?

(event: any) => void

Fires each time the Calendar is focused.

Parameters:eventany

tabIndex?

number

Sets the tabIndex property of the Calendar.

topView?

string

Defines the topmost view to which the user can navigate.

Enables the customization or the override of the default week-column cell in the Calendar (see example).

Determines if the week number column will be displayed.