Example of Custom Month View in Blazor Scheduler Component
This demo showcases how to customize the starting week of the month and also customize the number of weeks to be rendered in month view.
| |||||||||||||||||||||
|
In this demo, the starting week of the month view can be customized by using the DisplayDate
property and also the number of weeks to be rendered in a month view can be customized by using the
NumberOfWeeks property. These properties have been configured under the ScheduleView
property.
DisplayDate and NumberOfWeeks properties can be applicable only for month view.