ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / PaintDayEventArgs Class / Task Property

In This Topic
    Task Property (PaintDayEventArgs)
    In This Topic
    Gets the current BaseTask object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Task As BaseTask
    public BaseTask Task {get;}
    See Also