Skip to main content

TdxGanttControlDataModelProperties.MarkNewTasksAsManuallyScheduled Property

Specifies if newly created tasks are manually scheduled.

Declaration

property MarkNewTasksAsManuallyScheduled: Boolean read; write;

Property Value

Type
Boolean

Remarks

The control supports the following task types:

  • Auto-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 False to enable auto-scheduling for all new tasks. To change scheduling mode for a task, use its Manual property.

Note

The control ignores this value until you specify it.

The MarkNewTasksAsManuallyScheduled property’s default value is True.

See Also