Occurs when each DayCell is drawing.
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. |
Use this event to customize visual appearance of each DayCell.
OutlookDateTimePicker Class | Resco.Controls.OutlookControls Namespace