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

CustomDrawTaskEventArgs.FinishDate Property

Gets the task finish date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

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

Declaration

public DateTime? FinishDate { get; }

Property Value

Type Description
Nullable<DateTime>

A DateTime structure that specifies the task finish date.

See Also