Hi,
Is there any way that we can make the Calendar to Start from Monday instead of starting from Sunday.
Thanks,
Hi Dimitar,
Thank you for your reply. By Setting the property got the result as expected.
Thanks
Thank you for contacting Infragistics Developer Support.
It seems that the property you are looking for is FirstDayOfTheWeek. It is a property of the UltraCalendarInfo. You can set it to Monday using the following line of code:
ultraCalendarInfo1.FirstDayOfWeek = FirstDayOfWeek.Monday;
Please let me know if you have any additional questions.