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

NewTaskDrawingEventArgs.StartDate Property

Gets the newly created task’s start date.

Namespace: DevExpress.Xpf.Gantt

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

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