Skip to main content

TaskFinishDateMoveCanceledEventArgs.Node Property

Gets the task whose finish date editing was canceled.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

An edited task.

Remarks

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

See Also