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
210
how to get weekend day from Winschedule controls
posted

Hi , 

I am using 'UltraMonthViewMulti", "ultraCalendarLook" and "ultraCalendarInfo" controls.

 1. There is any option to set notes to below the days.

ultraCalendarLook1.DaysOfWeekLook[DayOfWeekEnum.Saturday].Appearance = ultraCalendarLook1.Appearances["WeekEndDay"];
ultraCalendarLook1.DaysOfWeekLook[DayOfWeekEnum.Sunday].Appearance = ultraCalendarLook1.Appearances["WeekEndDay"];

2. There is any option to get a month weekend days without looping.

3. UltraMonthViewMulti control have any option to enter  notes while clicking day itself.

kindly provide more information.