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

TdxGanttControlTaskConstraintType Enum

Enumerates task constraints.

#Declaration

Delphi
TdxGanttControlTaskConstraintType = (
    AsSoonAsPossible,
    AsLateAsPossible,
    MustStartOn,
    MustFinishOn,
    StartNoEarlierThan,
    StartNoLaterThan,
    FinishNoEarlierThan,
    FinishNoLaterThan
);

#Members

Name
AsSoonAsPossible
AsLateAsPossible
MustStartOn
MustFinishOn
StartNoEarlierThan
StartNoLaterThan
FinishNoEarlierThan
FinishNoLaterThan

#Remarks

Options include:

Category

Constraint Type

Description

Flexible

AsSoonAsPossible

You should not associate a task with a date.

AsLateAsPossible

Semi-flexible

StartNoEarlierThan

You should associate a task with a start or finish date. A task can be accomplished if it meets the start or finish deadline.

StartNoLaterThan

FinishNoEarlierThan

FinishNoLaterThan

Inflexible

MustStartOn

You should specify fixed start and finish dates for a task. A task can be accomplished only if it meets the start or finish deadline.

MustFinishOn

A task’s ConstraintType property references the TdxGanttControlTaskConstraintType type.

See Also