Back to Devexpress

TaskFinishModificationEventArgs.CurrentTaskFinish Property

windowsforms-devexpress-dot-xtragantt-dot-taskfinishmodificationeventargs.md

latest1.2 KB
Original Source

TaskFinishModificationEventArgs.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

TaskFinishModificationEventArgs Class

TaskFinishModificationEventArgs Members

DevExpress.XtraGantt Namespace