MobileForms Toolkit Documentation

OutlookDateTimePicker.CustomizeMonthCalendarDayCell Event

Occurs when each DayCell is drawing.

public event CustomizeDayCellHandler CustomizeMonthCalendarDayCell;

Event Data

The event handler receives an argument of type DayCellEventArgs containing data related to this event. The following DayCellEventArgs properties provide information specific to this event.

Property Description
Day The day of the cell being drawn
Inactive Indicates whether the day is inactive.
Selected Indicates whether the cell is selected.

Remarks

Use this event to customize visual appearance of each DayCell.

See Also

OutlookDateTimePicker Class | Resco.Controls.OutlookControls Namespace