Skip to main content

TdxGanttControlRecurrencePattern.FinishType Property

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

Declaration

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