ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / Deadline Property

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