ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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