ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / Task Class / Deadline Property

In This Topic
    Deadline Property (Task)
    In This Topic
    Gets or sets the task's deadline.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Deadline As System.Nullable(Of Date)
    public override System.Nullable<DateTime> Deadline {get; set;}
    See Also