CalculateSummaryTaskProgressEventArgs.Node Property
Gets the currently processed summary task.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
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