Back to Devexpress

NewTaskDrawnEventArgs.StartDate Property

wpf-devexpress-dot-xpf-dot-gantt-dot-newtaskdrawneventargs.md

latest1.1 KB
Original Source

NewTaskDrawnEventArgs.StartDate Property

Gets the newly created task’s start date.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

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

Property Value

TypeDescription
DateTime

A start date.

|

Remarks

Use the StartDate property to get the newly created task’s start date.

See Also

NewTaskDrawnEventArgs Class

NewTaskDrawnEventArgs Members

DevExpress.Xpf.Gantt Namespace