Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public event EventHandler<CalculateSummaryTaskBoundsEventArgs> CalculateSummaryTaskBounds

    Event Data

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

    See Also