windowsforms-devexpress-dot-xtragantt-dot-options-162f10f6.md
Enumerates values that specify whether the control automatically applies a constraint to a task when a user changes a task’s start or finish date.
Namespace : DevExpress.XtraGantt.Options
Assembly : DevExpress.XtraGantt.v25.2.dll
NuGet Package : DevExpress.Win.Gantt
public enum ConstraintMode
Public Enum ConstraintMode
| Name | Description |
|---|---|
Default |
The mode is not specified explicitly. Enables Auto mode.
|
| Auto |
The control automatically applies the Start No Earlier Than constraint to a task if you change its start date and the Finish No Earlier Than constraint if you change its finish date.
|
| Manual |
The control does not automatically apply a constraint if you change a task’s start or finish date.
|
The following properties accept/return ConstraintMode values:
See Also