FirstDayofWeek
3 Sep 20201 minute to read
By default, the starting day will be Sunday. This can be modified using FirstDayofWeek property. Changing the first day of the week will be applied to both month and year view.
SfCalendar sfCalendar = new SfCalendar(this);
sfCalendar.FirstDayOfWeek= 4;