C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class : PaintDay Event |
'Declaration Public Event PaintDay As PaintDayEventHandler
public event PaintDayEventHandler PaintDay
The event handler receives an argument of type PaintDayEventArgs containing data related to this event. The following PaintDayEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BackColor | Sets the BackColor for painting day. |
Date | Gets the Date of painting day. |
Task | Gets the current C1.GanttView.BaseTask object. |