Back to Devexpress

TdxGanttControlTask.ConstraintType Property

vcl-dxganttcontroltasks-dot-tdxganttcontroltask-2fe383a7.md

latest1002 B
Original Source

TdxGanttControlTask.ConstraintType Property

Specifies a task’s constraint type.

Declaration

delphi
property ConstraintType: TdxGanttControlTaskConstraintType read; write;

Property Value

Type
TdxGanttControlTaskConstraintType

Remarks

Use this property with ConstraintDate to choose the time limitation type for an automatically scheduled task.

Refer to the TdxGanttControlTaskConstraintType type description for details.

The ConstraintType property’s default value is AsSoonAsPossible.

See Also

TdxGanttControlTask Class

TdxGanttControlTask Members

dxGanttControlTasks Unit