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

CustomDrawTaskEventArgs.StartDate Property

Gets the task start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public DateTime? StartDate { get; }

Property Value

Type Description
Nullable<DateTime>

A DateTime structure that specifies the task start date.

See Also