GanttView.ScheduleNode(TreeListNode) Method
Re-schedules a specified task on demand.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | TreeListNode | A Gantt task that should be re-scheduled. |
Remarks
The GanttControl recalculates related task positions and updates the summary task positions, durations, and progress when you change a task’s start date, progress, or duration.
This functionality is available via the following API:
Member | Description |
---|---|
AllowSchedulingOnEditing | If enabled, the control re-schedules tasks after each change. |
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 changes if they create invalid links. |
See Also