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

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.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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