[]
Provides data for PaintDay event.
public class PaintDayEventArgs : EventArgs
| Name | Description |
|---|---|
| PaintDayEventArgs() |
| Name | Description |
|---|---|
| BackColor | Sets the BackColor for painting day. |
| Date | Gets the date of painting day. |
| DateTime | Gets the date and time of painting interval. |
| EndDateTime | Gets the end date and time (excluding) of painting interval. |
| ForeColor | The text color using to draw the header text (if the event is used to paint grid header). |
| Graphics | The Graphics object. |
| Rectangle | The Rectangle of painting interval. |
| Task | Gets the current BaseTask object. |
| Tier | ScaleTier header tier (if the event is used to paint grid header). |