ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ProgressLine Class / StatusDate Property

In This Topic
    StatusDate Property (ProgressLine)
    In This Topic
    Gets or sets a fixed date for the progress line ('(NA)' means 'floating today').
    Syntax
    'Declaration
     
    Public Property StatusDate As System.Nullable(Of Date)
    public System.Nullable<DateTime> StatusDate {get; set;}
    See Also