Back to Devexpress

GanttControl.GetBaselineStartDate(GanttControlNode) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-getbaselinestartdate-x28-devexpress-dot-xtragantt-dot-ganttcontrolnode-x29.md

latest1.6 KB
Original Source

GanttControl.GetBaselineStartDate(GanttControlNode) Method

Returns the specified task’s baseline start date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public DateTime? GetBaselineStartDate(
    GanttControlNode node
)
vb
Public Function GetBaselineStartDate(
    node As GanttControlNode
) As Date?

Parameters

NameTypeDescription
nodeGanttControlNode

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

|

Returns

TypeDescription
Nullable<DateTime>

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

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace