GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / FinishDate Property

In This Topic
    FinishDate Property (C1GanttView)
    In This Topic
    Gets or sets the finish date of the project.
    Syntax
    'Declaration
     
    Public Property FinishDate As Date
    public DateTime FinishDate {get; set;}
    See Also