Skip to main content

TaskMovingEventArgs.CurrentTaskFinish Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? CurrentTaskFinish { get; set; }

Property Value

Type Description
Nullable<DateTime>

A structure that specifies a date.

See Also