Back to Devexpress

GanttView.ScheduleDependentNodes(TreeListNode) Method

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-dot-scheduledependentnodes-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest2.3 KB
Original Source

GanttView.ScheduleDependentNodes(TreeListNode) Method

Re-schedules Gantt tasks that depend on the specified task on demand.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
[Browsable(false)]
public void ScheduleDependentNodes(
    TreeListNode node
)
vb
<Browsable(False)>
Public Sub ScheduleDependentNodes(
    node As TreeListNode
)

Parameters

NameTypeDescription
nodeTreeListNode

A Gantt task whose dependant tasks 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:

MemberDescription
AllowSchedulingOnEditingIf enabled, the control re-schedules tasks after each change.
ScheduleNode/ ScheduleDependentNodesCall 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.
TasksScheduledThis event allows you to rollback changes if they create invalid links.

See Also

ScheduleNode(TreeListNode)

ScheduleAll()

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace