Back to Devexpress

GanttNode.StartDate Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttnode-487655f6.md

latest990 B
Original Source

GanttNode.StartDate Property

Gets the task’s start date.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public DateTime? StartDate { get; }
vb
Public ReadOnly Property StartDate As Date?

Property Value

TypeDescription
Nullable<DateTime>

A task’s start date.

|

See Also

GanttNode Class

GanttNode Members

DevExpress.Xpf.Gantt Namespace