Skip to main content
All docs
V25.1
  • GanttControl.GetBaselineStartDate(GanttControlNode) Method

    Returns the specified task’s baseline start date.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public DateTime? GetBaselineStartDate(
        GanttControlNode node
    )

    Parameters

    Name Type Description
    node GanttControlNode

    An object that specifies the task for which to return the baseline start date.

    Returns

    Type Description
    Nullable<DateTime>

    A DateTime structure that specifies the task’s baseline start date.

    See Also