Back to Devexpress

CustomTaskSchedulingEventArgs.StartDate Property

windowsforms-devexpress-dot-xtragantt-dot-customtaskschedulingeventargs-48ca89f5.md

latest1.2 KB
Original Source

CustomTaskSchedulingEventArgs.StartDate Property

Gets or sets the task’s start date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
Nullable<DateTime>

A structure that specifies the start date.

|

See Also

CustomTaskSchedulingEventArgs Class

CustomTaskSchedulingEventArgs Members

DevExpress.XtraGantt Namespace