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

TdxGanttControlTask.Manual Property

Specifies the task’s scheduling mode.

#Declaration

Delphi
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