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

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.v20.2.dll

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

Declaration

public event EventHandler<CalculateSummaryTaskBoundsEventArgs> CalculateSummaryTaskBounds

Event Data

The CalculateSummaryTaskBounds event's data class is DevExpress.Xpf.Gantt.CalculateSummaryTaskBoundsEventArgs.

See Also