TdxGanttControlTask.ConstraintType Property
Specifies a task’s constraint type.
Declaration
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