New to Kendo UI for Angular? Start a free 30-day trial
CalendarSelection
Sets the Calendar selection mode.
The available values are:
single
(default)multiple
range
type
CalendarSelection = "single" | "multiple" | "range";