Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Win.Gantt

Declaration

public enum ConstraintMode

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