New to Kendo UI for Vue? Start a free 30-day trial
CalendarMode
Represents the selection modes of the Calendar.
The supported modes are:
- (Default)
single—Renders a single-date selection. multiple—Renders a multiple-date selection.range—Renders a date-range selection.
type CalendarMode = "single" | "multiple" | "range";