TdxGanttControlRecurrencePattern.FinishType Property
In This Article
Specifies a condition under which a recurring task chain is considered finished.
#Declaration
Delphi
property FinishType: TdxGanttControlRecurrenceFinishType read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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