Skip to main content
A newer version of this page is available. .
All docs
V20.1

GanttSettings.SettingsValidation Property

Provides access to validation settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GanttValidationSettings SettingsValidation { get; }

Property Value

Type Description
GanttValidationSettings

The validation settings.

Remarks

The GanttExtension supports the following validation rules:

Online Demo

Gantt - Validation

See Also