Back to Devexpress

NewTaskDrawingEventArgs.FinishDate Property

wpf-devexpress-dot-xpf-dot-gantt-dot-newtaskdrawingeventargs-e67eda2a.md

latest1.2 KB
Original Source

NewTaskDrawingEventArgs.FinishDate Property

Gets or sets the newly created task’s finish date.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

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

Property Value

TypeDescription
DateTime

A finish date.

|

Remarks

The FinishDate property allows you to change the newly created task’s finish date.

See Also

StartDate

NewTaskDrawingEventArgs Class

NewTaskDrawingEventArgs Members

DevExpress.Xpf.Gantt Namespace