Skip to main content

NewTaskDrawnEventArgs.StartDate Property

Gets the newly created task’s start date.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public DateTime StartDate { get; }

Property Value

Type Description
DateTime

A start date.

Remarks

Use the StartDate property to get the newly created task’s start date.

See Also