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

TdxGanttControlRecurrencePattern.FinishType Property

Specifies a condition under which a recurring task chain is considered finished.

#Declaration

Delphi
property FinishType: TdxGanttControlRecurrenceFinishType read; write;

#Property Value

Type Description
TdxGanttControlRecurrenceFinishType

Enumerates a recurring task chain’s completion conditions.

#Remarks

Use this property to specify if recurring tasks are finished after a specified date or number of occurrences.

The FinishType property’s default value is Count.

See Also