ASPxGantt.SettingsValidation Property
In This Article
Accesses validation settings.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GanttValidationSettings SettingsValidation { get; }
#Property Value
Type | Description |
---|---|
Gantt |
The Gantt’s validation settings. |
#Remarks
The ASPxGantt control supports the following validation rules:
Parent&Child Task Relationships Validation
<dx:ASPxGantt ID="Gantt" > ... <SettingsValidation AutoUpdateParentTasks="true" /> </dx:ASPxGantt>
-
<dx:ASPxGantt ID="Gantt" > ... <SettingsValidation EnableDependencyValidation="true" /> </dx:ASPxGantt>
#Concept
#Online Demo
See Also