GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / PaintDay Event

In This Topic
    PaintDay Event (C1GanttView)
    In This Topic
    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 current C1.GanttView.BaseTask object.  
    See Also