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.2.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:

Library Object Type Path to EnableDependencyValidation
ASP.NET Controls and MVC Extensions ASPxGantt
.SettingsValidation .EnableDependencyValidation
ASP.NET MVC Extensions GanttSettings
.SettingsValidation .EnableDependencyValidation
MVCxGantt
.SettingsValidation .EnableDependencyValidation

Remarks

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

Run Demo: (Web Forms) Gantt Toolbar

Run Demo: (MVC) Gantt Toolbar

Concept

See Also