Skip to main content

CustomTaskSchedulingEventArgs.StartDate Property

Gets or sets the task’s start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? StartDate { get; set; }

Property Value

Type Description
Nullable<DateTime>

A structure that specifies the start date.

See Also