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

GanttValidationSettings.EnableDependencyValidation Property

Enables task dependencies validation.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, to validate task dependencies; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

Concept

Online Demos

See Also