Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlDataModelProperties.MarkNewTasksAsManuallyScheduled Property

Specifies if newly created tasks are manually scheduled.

#Declaration

Delphi
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