Skip to main content
All docs
V25.1
  • GanttControl.ScheduleFromStartDate(DateTime) Method

    Reschedules all tasks so that the project starts on the specified date.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public void ScheduleFromStartDate(
        DateTime startDate
    )

    Parameters

    Name Type Description
    startDate DateTime

    A structure that specifies a date and time.

    See Also