GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / BaseTask Class / ConstraintDate Property

In This Topic
    ConstraintDate Property (BaseTask)
    In This Topic
    Gets or sets the start (finish) date for a start (finish) date constraint.
    Syntax
    'Declaration
     
    Public MustOverride Property ConstraintDate As Nullable(Of Date)
    public abstract Nullable<DateTime> ConstraintDate {get; set;}
    See Also