ComponentOne GanttView for WinForms
StatusDate Property (ProgressLine)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > ProgressLine Class : StatusDate Property
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

Reference

ProgressLine Class
ProgressLine Members