Back to Devexpress

TaskFinishDateMovedEventArgs.FinishDate Property

wpf-devexpress-dot-xpf-dot-gantt-dot-taskfinishdatemovedeventargs-9126ba50.md

latest1.1 KB
Original Source

TaskFinishDateMovedEventArgs.FinishDate Property

Gets or sets the currently edited task 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 task’s finish date.

|

Remarks

Use the FinishDate property to change the currently edited task finish date.

See Also

TaskFinishDateMovedEventArgs Class

TaskFinishDateMovedEventArgs Members

DevExpress.Xpf.Gantt Namespace