Back to Devexpress

ConstraintMode Enum

windowsforms-devexpress-dot-xtragantt-dot-options-162f10f6.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum ConstraintMode
vb
Public Enum ConstraintMode

Members

NameDescription
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

Task Constraints

DevExpress.XtraGantt.Options Namespace