Back to Devexpress

TaskMovingEventArgs.CurrentTaskFinish Property

windowsforms-devexpress-dot-xtragantt-dot-taskmovingeventargs.md

latest1.2 KB
Original Source

TaskMovingEventArgs.CurrentTaskFinish Property

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public DateTime? CurrentTaskFinish { get; set; }
vb
Public Property CurrentTaskFinish As Date?

Property Value

TypeDescription
Nullable<DateTime>

A structure that specifies a date.

|

See Also

TaskMovingEventArgs Class

TaskMovingEventArgs Members

DevExpress.XtraGantt Namespace