Skip to main content

GanttControl.GetBaselineStartDate(Int32) Method

Returns the specified task’s baseline start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? GetBaselineStartDate(
    int id
)

Parameters

Name Type Description
id Int32

An integer value that specifies the Id of 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