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

GanttValidationSettings.AutoUpdateParentTasks Property

Enables parent-child task relationships validation.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AutoUpdateParentTasks { get; set; }

Property Value

Type Default Description
Boolean false

true, to validate parent-child task relationships; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoUpdateParentTasks
ASPxGantt
.SettingsValidation .AutoUpdateParentTasks
GanttSettings
.SettingsValidation .AutoUpdateParentTasks
MVCxGantt
.SettingsValidation .AutoUpdateParentTasks

Remarks

<dx:ASPxGantt ID="Gantt" >
    ...
    <SettingsValidation AutoUpdateParentTasks="true" />
</dx:ASPxGantt>

Concept

Online Demos

See Also