RadCalendar View Modes
RadCalendar
supports the view modes exposed by the CalendarViewMode
enum. The following view modes are supported:
To change the view mode of RadCalendar
you should use its viewMode
property and set it to one of the aforementioned values.
<GridLayout>
<RadCalendar [viewMode]="viewMode"></RadCalendar>
</GridLayout>