I could use some help when printing a monthly schedule.
I am using winschedule to show deliveries on a monthly printout. I set the appointments to all day and then fill subject with a string for example, "NI - 302 - Walla Walla Company". I need to show all info in day box on calander and would also like to change color based on first 2 letters, "NI". Also, maybe if I set text to smaller font that would work as well.
Any suggestions, examples would be greatly appreciated.
Hello dpickart,
I have investigated your requests and thus far determined that they are both new product ideas. You can however change the color and font of the subject line by accessing the following AppointmentAppearance property.
this.ultraMonthViewSingle1.CalendarLook.AppointmentAppearance.ForeColor = Color.Red
this.ultraMonthViewSingle1.CalendarLook.AppointmentAppearance.FontData.SizeInPoints = 5
You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
OK, 1 last question as it relates to printing monthly schedules.
How do I show location for appointment in day box on monthly calendar? So far I have not been able to get it to appear.