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

In This Topic
    GridConstraintDate Property (BaseTask)
    In This Topic
    This property is for internal use only.
    Syntax
    'Declaration
     
    Public MustOverride Property GridConstraintDate As System.Nullable(Of Date)
    public abstract System.Nullable<DateTime> GridConstraintDate {get; set;}
    See Also