Back to Devexpress

TaskFinishDateMoveCanceledEventArgs.Node Property

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

latest1.2 KB
Original Source

TaskFinishDateMoveCanceledEventArgs.Node Property

Gets the task whose finish date editing was canceled.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TreeListNode Node { get; }
vb
Public ReadOnly Property Node As TreeListNode

Property Value

TypeDescription
TreeListNode

An edited task.

|

Remarks

Use the Node property to get the task whose finish date editing was canceled.

See Also

TaskFinishDateMoveCanceledEventArgs Class

TaskFinishDateMoveCanceledEventArgs Members

DevExpress.Xpf.Gantt Namespace