Skip to main content

GanttControl.GetStartDate(GanttControlNode) Method

Returns the specified task’s start day.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? GetStartDate(
    GanttControlNode node
)

Parameters

Name Type Description
node GanttControlNode

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

Returns

Type Description
Nullable<DateTime>

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

See Also