GanttSettings.SettingsValidation Property
Provides access to validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
GanttValidationSettings | The validation settings. |
Remarks
The GanttExtension supports the following validation rules:
Parent&Child Task Relationships Validation
settings.SettingsValidation.AutoUpdateParentTasks = true;
-
settings.SettingsValidation.EnableDependencyValidation = true;
See Also