Example of Year View in Blazor Scheduler Component
This example showcases the Year and Timeline year views of the Scheduler with the starting month of the year and the number of months customizations. Once the property value has been changed in the properties, it will be reflected in the Scheduler.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In this demo, we have showcased the Year
and TimelineYear
views that help to view the appointment in an annual calendar view. The view options are enabled by using the ScheduleView property.
In the TimelineYear
view, Horizontal
and Vertical
orientations are available to view the events with a different layout. Also, this demo explains the option to set starting month of the year using FirstMonthOfYear property and set n number of months using the MonthsCount property.