Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Calendar to Start from Monday instead of Sunday
posted

Hi,

Is there any way that we can make the Calendar to Start from Monday instead of starting from Sunday.

Thanks,

Parents
  • 23930
    Offline posted

    Hi,

    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.

Reply Children
No Data