Back to Devexpress

CustomDrawTaskEventArgs.StartDate Property

windowsforms-devexpress-dot-xtragantt-dot-customdrawtaskeventargs-e79f325f.md

latest1.2 KB
Original Source

CustomDrawTaskEventArgs.StartDate Property

Gets the task start date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public DateTime? StartDate { get; }
vb
Public ReadOnly Property StartDate As Date?

Property Value

TypeDescription
Nullable<DateTime>

A DateTime structure that specifies the task start date.

|

See Also

CustomDrawTaskEventArgs Class

CustomDrawTaskEventArgs Members

DevExpress.XtraGantt Namespace