Back to Devexpress

ProgressMovingEventArgs.Node Property

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

latest1.1 KB
Original Source

ProgressMovingEventArgs.Node Property

Gets the currently edited task.

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

A task whose progress is currently edited.

|

Remarks

Use the Node property to get the task whose progress is edited.

See Also

ProgressMovingEventArgs Class

ProgressMovingEventArgs Members

DevExpress.Xpf.Gantt Namespace