Skip to main content
A newer version of this page is available. .

CalculateSummaryTaskProgressEventArgs.Node Property

Gets the currently processed summary task.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

The currently processed summary task.

Remarks

Use the Node property to get the currently processed summary task.

To get the summary task’s child tasks, use the TreeListNode.Nodes property.

See Also