Occurs before each week summary is drawn in the control.
Syntax
Event Data
The event handler receives an argument of type UserDrawnWeekSummaryEventArgs containing data related to this event. The following UserDrawnWeekSummaryEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Date | Gets or sets the starting date of the week summary. |
| ForeColor | Gets or sets the color used to paint the text. |
| Graphics | Gets the Graphics object that the week summary is being painted on. |
| PaintText | Determines if the control will paint the text of the week summary. |
| Rectangle | Gets or sets the rectangular area of the week summary. |
| Text | Determines the text to be drawn in the week summary. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also