Back to Devexpress

CustomTaskSchedulingEventArgs.FinishDate Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskschedulingeventargs-0086e55d.md

latest1.2 KB
Original Source

CustomTaskSchedulingEventArgs.FinishDate Property

Gets or sets the task’s finish date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Nullable<DateTime>

A structure that specifies the finish date.

|

See Also

CustomTaskSchedulingEventArgs Class

CustomTaskSchedulingEventArgs Members

DevExpress.XtraGantt Namespace