GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Nullable(Of Date)
    public Nullable<DateTime> StatusDate {get; set;}
    See Also