MobileForms Toolkit Documentation

OutlookWeekCalendar.DrawDayHeader Event

Occurs when the WeekCalendar is going to draw the day's header text.

public event DrawDayHeaderEventHandler DrawDayHeader;

Event Data

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.

Remarks

Use this event for customize the header's text.

See Also

OutlookWeekCalendar Class | Resco.Controls.OutlookControls Namespace