Skip to main content
All docs
V25.1
  • TaskDependencyModificationEventArgs.SuccessorTask Property

    Gets the processed dependency’s current (during the operation) successor task.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttControlTask SuccessorTask { get; }

    Property Value

    Type Description
    DevExpress.XtraGantt.Scheduling.GanttControlTask

    An object that specifies a task.

    See Also