Occurs when the WeekCalendar is going to draw the day's header text.
The event handler receives an argument of type DrawDayHeaderEventArgs containing data related to this event. The following DrawDayHeaderEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Day | Gets the date of OutlookWeekCalendar's header. |
| HeaderText | Gets or sets the header's text. |
| MaxWidth | Gets the max allowed width of header. |
Use this event for customize the header's text.
OutlookWeekCalendar Class | Resco.Controls.OutlookControls Namespace