ASPxGantt.SettingsValidation Property
Accesses validation settings.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GanttValidationSettings | 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