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

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