NewTaskDrawnEventArgs.StartDate Property
Gets the newly created task’s start date.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v25.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
| Type | Description |
|---|---|
| DateTime | A start date. |
Remarks
Use the StartDate property to get the newly created task’s start date.
See Also