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

GanttView.ScheduleNode(TreeListNode) Method

Re-schedules a specified task on demand.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v19.1.dll

Declaration

public void ScheduleNode(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A Gantt task that should be re-scheduled.

Remarks

Once a task has been modified, the GanttControl can recalculate related task positions and update the summary task positions, durations, and progress.

Gantt automatic

This functionality is available via the following API:

Member Description
AllowSchedulingOnEditing If enabled, the control re-schedules tasks after each data modification.
ScheduleNode/ScheduleDependentNodes Call these methods to re-schedule tasks on demand if the previous option is disabled.
ScheduleAll() Call this method to re-schedule all the Gantt tasks.
TasksScheduled This event allows you to rollback the edit changes if they have become the reason of invalid links.
See Also