ComponentOne GanttView for WinForms
PaintDay Event

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class : PaintDay Event
Fires when painting day on chart view.
Syntax
'Declaration
 
Public Event PaintDay As PaintDayEventHandler
public event PaintDayEventHandler PaintDay
Event Data

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.

PropertyDescription
Sets the BackColor for painting day.  
Gets the date of painting day.  
Gets the date and time of painting interval.  
Gets the end date and time (excluding) of painting interval.  
The Graphics object.  
The Rectangle of painting interval.  
Gets the current BaseTask object.  
See Also