TdxGanttControlTask.Manual Property
Specifies the task’s scheduling mode.
Declaration
property Manual: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
The control supports the following task types:
Automatically scheduled tasks. The control calculates task duration, start and finish dates based on task dependencies and constraints.
Manually scheduled tasks. These tasks do not depend on changes made in other tasks. A user can explicitly set a task’s start and finish and the scheduler cannot affect them.
Set this property to True to mark a task as manually scheduled.
The Manual property’s default value is False.
See Also