Skip to main content

TaskMovingEventArgs.CurrentTaskStart Property

Gets or sets the processed task’s current (during the operation) start date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? CurrentTaskStart { get; set; }

Property Value

Type Description
Nullable<DateTime>

A structure that specifies a date.

See Also