GanttView.CalculateSummaryTaskBounds Event
Occurs when the summary task or one of its children is scheduled and allows you to calculate summary task’s start and finish dates with custom logic. This is a routed event.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Event Data
The CalculateSummaryTaskBounds event's data class is DevExpress.Xpf.Gantt.CalculateSummaryTaskBoundsEventArgs.
See Also