ConstraintMode Enum
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.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return ConstraintMode values:
See Also