Skip to main content
A newer version of this page is available. .

GanttControlNode.GetBaselineStartDate() Method

Gets the task’s baseline start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? GetBaselineStartDate()

Returns

Type Description
Nullable<DateTime>

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

See Also