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

TaskMovingEventArgs.CurrentTaskStart Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

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

Declaration

public DateTime? CurrentTaskStart { get; set; }

Property Value

Type Description
Nullable<DateTime>

A structure that specifies a date.

See Also