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

CalendarOrientation

Defines the Calendar layout orientation for multi-view calendars.

The possible values are:

  • horizontal - Displays multiple calendar views side by side
  • vertical - Displays multiple calendar views stacked vertically
typescript
const orientation: CalendarOrientation = 'vertical';

type CalendarOrientation = "horizontal" | "vertical";

Not finding the help you need?
Contact Support