TdxGanttControlRecurrencePattern.Type Property
In This Article
Specifies the recurrence pattern frequency.
#Declaration
Delphi
property &Type: TdxGanttControlRecurrenceType read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Enumerates task frequency types. |
#Remarks
Use this property to specify how frequently a task is repeated:
- Daily
- Weekly
- Absolute Monthly
- Relative Monthly
- Absolute Yearly
- Relative Yearly
Refer to the TdxGanttControlRecurrenceType for more information.
The Type
property’s default value is Daily
.
See Also