Back to Devexpress

BeginNewTaskDrawEventArgs.StartDate Property

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

latest1.1 KB
Original Source

BeginNewTaskDrawEventArgs.StartDate Property

Gets or sets 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; set; }
vb
Public Property StartDate As Date

Property Value

TypeDescription
DateTime

The newly created task’s start date.

|

Remarks

Use the StartDate property to change the start date of the newly created task.

See Also

BeginNewTaskDrawEventArgs Class

BeginNewTaskDrawEventArgs Members

DevExpress.Xpf.Gantt Namespace